Skip to main content
DELETE
cURL
Deletion is permanent and cannot be undone. Historical call execution results that already contain this disposition’s output are not affected — only future calls will stop evaluating it. Deleting a category’s last disposition also deletes the category itself.

Authorization

  • Regular users can only delete dispositions they own (created_by matches their user ID).
  • Admins can delete any disposition.

Authorizations

Authorization
string
header
required

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

Path Parameters

disposition_id
string<uuid>
required

The ID of the disposition to delete.

Response

Disposition deleted successfully

Response returned after deleting a disposition.

message
string
Example:

"Disposition deleted successfully"

id
string<uuid>
Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"