Skip to main content
DELETE
Delete an AI Sales Agent guidance rule

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

AI Sales Agent ID

Example:

"01a0206f-e41a-71fd-81e8-6a08f3a23cc7"

rule_id
string
required

Positional guidance rule id from the guidance rules list (e.g. rule-0). Ids re-index after a deletion.

Pattern: ^rule-(0|[1-9][0-9]*)$
Example:

"rule-0"

Response

The deletion receipt

id
string
required

The id the deleted rule had before deletion

Example:

"rule-0"

deleted
enum<boolean>
required
Available options:
true
Example:

true