Docs
Unlink Crew
DELETE /organizations/{organizationId}/collaborator-records/{recordId}/crew/{crewId}
DELETE
/organizations/{organizationId}/collaborator-records/{recordId}/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. |
| Organization token | x-Organization-Token | Optional | Run **Authorize Organization** in the Authorization folder. |
Removes the link between a crew member and a collaborator record by clearing the crew member's CollaboratorRecordId. The crew member is not deleted.
Requires CollaboratorDatabase.Edit permission.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| organizationId | Guid | Required | The organization the record belongs to. |
| recordId | Guid | Required | The collaborator record to unlink from. |
| crewId | Guid | Required | The crew member to unlink. Must currently be linked to this record. |