Delete a policy entry
DELETE /api/policy-entries/{entryId}
DELETE
/api/policy-entries/{entryId}
Permanently removes a policy entry. The AI will no longer enforce this rule. This action cannot be undone.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” entryId
required
string format: uuid
The unique identifier of the policy entry to delete.
Responses
Section titled “ Responses ”The policy entry was deleted.
No policy entry exists with the given ID in the authenticated tenant.
Standard error response returned by all endpoints on failure.
object
error
required
A human-readable error message describing what went wrong.
string
Example
Conversation not found