Docs

Delete Crew Type Section

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

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

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 a section from a crew type and re-indexes the remaining sections. Stored crew values are never affected.

Requires EventAdmin permission on the event.

Path Parameters

FieldTypeRequiredDescription
typeIdGuidRequiredThe crew type ID.
sectionIdGuidRequiredThe section ID.

Response

200 OK — No response body.