Docs
Delete Crew Attribute
DELETE /Events/{eventId}/settings/crew/attributes/{attributeId}
DELETE
/Events/{eventId}/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. |
| Event token | x-Event-Token | Optional | Run **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually. |
Permanently removes a crew attribute definition from the event. Any values previously recorded against this attribute on crew member records will also be removed.
Requires EventAdmin permission on the event.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| eventId | Guid | Required | The ID of the event. |
| attributeId | Guid | Required | The ID of the crew attribute to delete. |
Response
200 OK — No response body.
Error Codes
| Code | HTTP Status | Description |
|---|---|---|
UNAUTHORIZED | 401 | Missing or invalid token. |
NOT_FOUND | 404 | Attribute not found on this event. |