Docs
Remove Crew Type Section Attribute
DELETE /crew/types/{typeId}/sections/{sectionId}/attributes/{attributeId}
DELETE
/crew/types/{typeId}/sections/{sectionId}/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. |
Removes an attribute assignment from a section and re-indexes the remaining assignments. The attribute definition and any stored crew values are untouched.
Requires EventAdmin permission on the event.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| typeId | Guid | Required | The crew type ID. |
| sectionId | Guid | Required | The section ID. |
| attributeId | Guid | Required | The crew attribute ID (the assignment's `crewAttributeId`). |
Response
200 OK — No response body.