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"
}Documentation Index
Fetch the complete documentation index at: https://docs.gorules.io/llms.txt
Use this file to discover all available pages before exploring further.
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?