Docs

Delete Crew Attribute

DELETE /Events/{eventId}/settings/crew/attributes/{attributeId}

DELETE/Events/{eventId}/settings/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.

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

FieldTypeRequiredDescription
eventIdGuidRequiredThe ID of the event.
attributeIdGuidRequiredThe ID of the crew attribute to delete.

Response

200 OK — No response body.

Error Codes

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