Skip to main content
Use this endpoint to permanently remove a policy rule from your tenant. Deletion takes effect immediately — any agent transactions that relied on this rule for authorization may be rejected as soon as it is removed. Before deleting a rule, verify that the agents affected by it either no longer need it or are covered by another rule.

Endpoint

Authorization

Requires an API key with ADMIN scope.
Deleting a policy rule is immediate and irreversible. Agents that were previously authorized by this rule may have their transactions rejected right away. Audit your active agents and their policy dependencies before proceeding. If you need to restore the rule, you must recreate it via Create Policy Rule.

Path Parameters

string (UUID)
required
The unique identifier of the policy rule to delete. Use List Policy Rules to look up rule IDs.

Request Example

Response

A successful deletion returns 204 No Content with an empty response body.

Error Codes