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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.terminaluse.com/llms.txt

Use this file to discover all available pages before exploring further.

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