Docs

Delete Crew

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

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

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Permanently removes a crew member from a collaborator.

Warning: This action is irreversible.

Path Parameters

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

Response

Returns 200 OK with an empty body on success.