Docs

Delete Crew Attribute

DELETE /collaborators/{collaboratorId}/settings/crew/attributes/{attributeId}

DELETE/collaborators/{collaboratorId}/settings/crew/attributes/{attributeId}

Required Tokens

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

Removes a crew attribute template from a collaborator's settings.

Path Parameters

FieldTypeRequiredDescription
collaboratorIdGuidRequiredThe ID of the collaborator.
attributeIdGuidRequiredThe ID of the crew attribute template to remove. Set `{{attributeId}}` in your environment or replace inline.

Response

Returns 200 OK with an empty body on success.