Skip to main content
DELETE
/
api
/
projects
/
v1
/
projects
/
{projectId}
/
repositories
/
{repositoryId}
Remove an imported repository from project
curl --request DELETE \
  --url https://api.example.com/api/projects/v1/projects/{projectId}/repositories/{repositoryId} \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "metadata": {
    "notices": [
      "<string>"
    ],
    "requestId": "<string>"
  },
  "success": true
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

projectId
string
required

ID of the project to remove goal from

repositoryId
string
required

ID of the repository to remove

Response

Success

metadata
object
required
success
boolean
required