Docs
Delete Crew Type
DELETE /crew/types/{typeId}
DELETE
/crew/types/{typeId}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. |
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
| Field | Type | Required | Description |
|---|---|---|---|
| typeId | Guid | Required | The crew type ID. |
Response
200 OK — No response body.