Skip to main content
DELETE
cURL
Deleting a category deletes all of its dispositions — the category owns them. Deletion is permanent and cannot be undone. Historical call execution results that already contain output from this category’s dispositions are not affected; only future calls stop evaluating them. To keep a disposition, move it to another category first by updating it with a different category_id.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

category_id
string<uuid>
required

The category to delete.

Response

Category and its dispositions deleted

Response returned after deleting an extraction category. Deleting a category also deletes all of its dispositions.

message
string
Example:

"Category deleted successfully"

id
string<uuid>

ID of the deleted category.

Example:

"9b2e8f10-4c7d-4e2a-9f31-6a8d5c1b0e42"