Docs
Remove Crew User
DELETE /collaborators/{collaboratorId}/crew/{crewId}/users
DELETE
/collaborators/{collaboratorId}/crew/{crewId}/usersRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
Unlinks the user account from a crew member. The crew member record itself is kept — only the user account association is removed.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| collaboratorId | Guid | Required | The ID of the collaborator. |
| crewId | Guid | Required | The ID of the crew member to unlink. Replace `{{crewId}}` in the URL. |
Response
Returns 200 OK with an empty body on success.