curl --request DELETE \
--url https://api.example.com/api/projects/{projectId}/members/leave \
--header 'Authorization: Bearer <token>'{
"status": "ok"
}Leaves a project for current user
curl --request DELETE \
--url https://api.example.com/api/projects/{projectId}/members/leave \
--header 'Authorization: Bearer <token>'{
"status": "ok"
}Personal access token is obtained through your profile
Unique identifier of the project to leave
Confirmation that the user has left the project
Confirmation that the user has left the project
Operation status
ok Was this page helpful?