Docs

Delete Resource Category

DELETE /resourceCategories/{assetCategoryId}

DELETE/resourceCategories/{assetCategoryId}

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 an asset category from the event.

A category cannot be deleted if any asset types currently belong to it. Delete or reassign those asset types to a different category first.

Event scoping: This endpoint does not include {eventId} in the URL. The event is determined automatically from your x-Event-Token.

Path Parameters

FieldTypeRequiredDescription
assetCategoryIdGuidRequiredThe ID of the asset category to delete.

Response

200 OK — No response body.

Error Codes

CodeHTTP StatusDescription
UNAUTHORIZED401Missing or invalid token.
NOT_FOUND404Asset category not found on this event.
BAD_REQUEST400Asset category has existing asset types and cannot be deleted.