Skip to main content
DELETE
/
api
/
projects
/
{projectId}
/
members
/
leave
Leave a project
curl --request DELETE \
  --url https://api.example.com/api/projects/{projectId}/members/leave \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Personal access token is obtained through your profile

Path Parameters

projectId
string<uuid>
required

Unique identifier of the project to leave

Response

200 - application/json

Confirmation that the user has left the project

Confirmation that the user has left the project

status
enum<string>
required

Operation status

Available options:
ok