Docs

Remove Crew Type Section Attribute

DELETE /crew/types/{typeId}/sections/{sectionId}/attributes/{attributeId}

DELETE/crew/types/{typeId}/sections/{sectionId}/attributes/{attributeId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **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

FieldTypeRequiredDescription
typeIdGuidRequiredThe crew type ID.
sectionIdGuidRequiredThe section ID.
attributeIdGuidRequiredThe crew attribute ID (the assignment's `crewAttributeId`).

Response

200 OK — No response body.