Docs
Delete Crew Attribute
DELETE /collaborators/{collaboratorId}/settings/crew/attributes/{attributeId}
DELETE
/collaborators/{collaboratorId}/settings/crew/attributes/{attributeId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
Removes a crew attribute template from a collaborator's settings.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| collaboratorId | Guid | Required | The ID of the collaborator. |
| attributeId | Guid | Required | The 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.