Cancel an approval request by idCopy Pagepost https://api.fireblocks.io/v1/tags/approval_requests/{id}/cancelCancel an approval request by id. Can only cancel requests in PENDING status. Returns 202 Accepted when the cancellation is processed.Path ParamsidstringrequiredHeadersIdempotency-KeystringA 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.Responses 202Approval request cancellation processed 401Unauthorized 404Approval request not found 409Invalid approval request state - cannot cancel request that is not in PENDING status defaultError ResponseUpdated 5 months ago