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.
The unique identifier of the signing request.
Success
Show child attributes
Was this page helpful?