Docs
Delete Crew Attribute
DELETE /crew/attributes/{attributeId}
DELETE
/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. |
| Event token | x-Event-Token | Optional | Run **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually. |
Deletes a crew attribute definition. If the attribute is assigned to any crew type section it is archived (soft-deleted, hidden from listings and new assignments); if it is unreferenced it is hard-deleted.
Requires EventAdmin permission on the event.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| attributeId | Guid | Required | The crew attribute definition ID. |
Response
200 OK — No response body.
Error Codes
| Code | HTTP Status | Description |
|---|---|---|
UNAUTHORIZED | 401 | Missing or invalid token. |
NOT_FOUND | 404 | Attribute not found for this event. |