Skip to main content
DELETE
/
api
/
projects
/
v1
/
projects
/
{projectId}
/
collaborators
/
{collaboratorId}
Remove a collaborator from project
curl --request DELETE \
  --url https://api.example.com/api/projects/v1/projects/{projectId}/collaborators/{collaboratorId} \
  --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 collaborator from

collaboratorId
string
required

ID of the collaborator to remove

Response

Success

metadata
object
required
success
boolean
required