Docs

Unlink Crew

DELETE /organizations/{organizationId}/collaborator-records/{recordId}/crew/{crewId}

DELETE/organizations/{organizationId}/collaborator-records/{recordId}/crew/{crewId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Organization tokenx-Organization-TokenOptionalRun **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

FieldTypeRequiredDescription
organizationIdGuidRequiredThe organization the record belongs to.
recordIdGuidRequiredThe collaborator record to unlink from.
crewIdGuidRequiredThe crew member to unlink. Must currently be linked to this record.