Docs
Delete Resource Category
DELETE /resourceCategories/{assetCategoryId}
DELETE
/resourceCategories/{assetCategoryId}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. |
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
| Field | Type | Required | Description |
|---|---|---|---|
| assetCategoryId | Guid | Required | The ID of the asset category to delete. |
Response
200 OK — No response body.
Error Codes
| Code | HTTP Status | Description |
|---|---|---|
UNAUTHORIZED | 401 | Missing or invalid token. |
NOT_FOUND | 404 | Asset category not found on this event. |
BAD_REQUEST | 400 | Asset category has existing asset types and cannot be deleted. |