English
cURL
curl --request POST \ --url https://{base_url}/v1/app/project/{projectId}/leave \ --header 'Content-Type: application/json' \ --data '"<unknown>"'
Allows a user to leave a project they are currently a member of. This will remove them from the project and revoke their access.
The ID of the project to leave
No additional data is required to leave a project
Nothing