curl --request POST \ --url http://localhost:4000/v1/signing/approvals/{id}/reject \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "reason": "Amount too high for current risk profile"}'
Signing Approvals
Reject request
Rejects a pending approval request and cancels the associated transaction.
POST
/
signing
/
approvals
/
{id}
/
reject
Reject request
curl --request POST \ --url http://localhost:4000/v1/signing/approvals/{id}/reject \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "reason": "Amount too high for current risk profile"}'