English
cURL
curl --request DELETE \ --url https://{base_url}/v1/app/project/{projectId}/member/{userId}
{ "id": "<string>", "role": "Viewer", "user": { "id": "<string>", "org_id": "<string>", "account_id": "<string>", "name": "<string>", "email": "<string>", "state": "Active", "roles": [ "AppGuest" ], "created_at": "<string>", "profile_picture": "<string>", "job_position_name": "<string>", "job_position_description": "<string>" }, "is_project_member": true }
Remove a member from a specific project by user ID
The ID of the project to remove the member from
The ID of the user to remove from the project
Returns the removed project member details
Viewer
Commenter
Editor
Admin
Owner
Show child attributes