Remove a user from the project
DELETE/api/projects/{project_id}/memberships/{id}/
Memberships for a single project (nested under /api/projects/{project_id}/memberships/).
Path Parameters
project_id: string
id: string
formatuuid
Remove a user from the project
curl https://api.overmindlab.ai/api/projects/$PROJECT_ID/memberships/$ID/ \
-X DELETE