Skip to main content
DELETE
/
projects
/
{project_id}
/
collaborators
/
{member_id}
Remove Project Collaborator
curl --request DELETE \
  --url https://api.example.com/projects/{project_id}/collaborators/{member_id}
{
  "id": "<string>",
  "message": "<string>"
}
Remove explicit collaborator role from a project. This does not affect access the user may have through namespace or organization membership.

Path Parameters

project_id
string
required
member_id
string
required

Response

Successful Response

id
string
required
message
string
required