Skip to content

Reject a pending policy entry

POST
/api/policy-entries/{entryId}/reject

Rejects a policy entry that is in ‘pending_review’ status. Rejected policies are not enforced by the AI. The rejection is recorded so the learning loop avoids similar proposals.

entryId
required
string format: uuid

The unique identifier of the policy entry to reject.

The policy entry has been rejected.

Simple success acknowledgment returned by action endpoints (reply, resolve, take-over, etc.).

object
ok
required

Always true on success.

boolean
Example
true

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