Docs

Delete Crew Type

DELETE /crew/types/{typeId}

DELETE/crew/types/{typeId}

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 type and its sections + attribute assignments. (In Phase 3 no crew records reference a type, so this is always a hard delete; archive-when-referenced arrives with Phase 4.)

Requires EventAdmin permission on the event.

Path Parameters

FieldTypeRequiredDescription
typeIdGuidRequiredThe crew type ID.

Response

200 OK — No response body.