Skip to content
Get started

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 ParametersExpand Collapse
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
Returns Examples