Docs

Delete Crew Attribute

DELETE /crew/attributes/{attributeId}

DELETE/crew/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.

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

FieldTypeRequiredDescription
attributeIdGuidRequiredThe crew attribute definition ID.

Response

200 OK — No response body.

Error Codes

CodeHTTP StatusDescription
UNAUTHORIZED401Missing or invalid token.
NOT_FOUND404Attribute not found for this event.