Docs
Delete Crew
DELETE /collaborators/{collaboratorId}/crew/{crewId}
DELETE
/collaborators/{collaboratorId}/crew/{crewId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your 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
| Field | Type | Required | Description |
|---|---|---|---|
| collaboratorId | Guid | Required | The ID of the collaborator. |
| crewId | Guid | Required | The ID of the crew member to delete. Replace `{{crewId}}` in the URL. |
Response
Returns 200 OK with an empty body on success.