Docs

Remove Crew User

DELETE /collaborators/{collaboratorId}/crew/{crewId}/users

DELETE/collaborators/{collaboratorId}/crew/{crewId}/users

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour 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

FieldTypeRequiredDescription
collaboratorIdGuidRequiredThe ID of the collaborator.
crewIdGuidRequiredThe ID of the crew member to unlink. Replace `{{crewId}}` in the URL.

Response

Returns 200 OK with an empty body on success.