cURL
curl --request POST \ --url https://api.mpcvault.com/v1/rejectSigningRequest \ --header 'Content-Type: application/json' \ --header 'x-mtoken: <api-key>' \ --data ' { "uuid": "<string>" } '
{ "error": { "executeSigningRequestsErrorCode": "EXECUTE_SIGNING_REQUESTS_ERROR_CODE_UNSPECIFIED", "message": "<string>" } }
Reject a pending signing request.
Your API token. Required for all API requests.
required:true symbol_value:"bb6f129f-bbe3-4d95-9f33-c32812e3e1c4" comment:uuid is the unique identifier of the signing request.
Success
Show child attributes
Was this page helpful?