Delete a category

Delete a category by its ID and category source.

This endpoint only supports deleting categories for TASK, SUPPLIER, EQUIPMENT, DOCUMENT, and LOCATION modules.

If the category has usages, an optional replacement_id reassigns them first. Deleting a
global category only disconnects it from the caller's customer unless the caller's own
customer is the immutable reference customer.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

The ID of the category to delete

string
enum
required

The source module of the category

Query Params
int64 | null

Category to reassign existing usages to before deletion. Must be the same subcategory/
category type as the category being deleted (for DOCUMENT, EQUIPMENT, and LOCATION). If
omitted and the category has usages, those usages are cleared (set to null) instead of
reassigned.

Responses
204

Category deleted successfully

400

Bad request

401

Unauthorized

403

Forbidden

404

Category not found

500

Internal server error

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!