Docs
Remove Crew Attribute
DELETE /collaborators/{collaboratorId}/crew/{crewId}/attributes/{attributeId}
DELETE
/collaborators/{collaboratorId}/crew/{crewId}/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 custom attribute from a crew member. The attribute definition itself is not deleted — only this crew member's association with it.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| collaboratorId | Guid | Required | The ID of the collaborator. |
| crewId | Guid | Required | The ID of the crew member. Replace `{{crewId}}` in the URL. |
| attributeId | Guid | Required | The ID of the attribute to remove. Replace `{{attributeId}}` in the URL. |
Response
Returns 200 OK with an empty body on success.