curl --request DELETE \
--url https://api.example.com/api/v2/projects/{project_id}/members/{user_id} \
--header 'Authorization: Bearer <token>'{}Revoke a user’s access to the project. Requires project admin role.
curl --request DELETE \
--url https://api.example.com/api/v2/projects/{project_id}/members/{user_id} \
--header 'Authorization: Bearer <token>'{}