Skip to main content
DELETE
/
integrations
/
gitlab
/
organization
/
{organizationId}
/
project
/
{projectId}
/
unlink
Unlink GitLab repository from project
curl --request DELETE \
  --url https://us.cybedefend.com/integrations/gitlab/organization/{organizationId}/project/{projectId}/unlink \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "repositoryId": "550e8400-e29b-41d4-a716-446655440000"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

Organization identifier

Example:

"550e8400-e29b-41d4-a716-446655440000"

projectId
string
required

Project identifier

Example:

"550e8400-e29b-41d4-a716-446655440001"

Body

application/json
repositoryId
string
required

GitLab repository identifier to unlink

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

200

GitLab repository unlinked successfully