Reject an approval request
Reject a pending approval request as the authenticated API user. No signature is required (unlike approve). The caller must be eligible to act on the request; rejecting finalizes the request as rejected per the approval policy.
Endpoint Permission: Owner, Admin, Non-Signing Admin, Approver, Signer, Security Admin.
POST
TypeScript
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Path Parameters
The approval request ID.
Response
The approval request was rejected.