Skip to main content
POST
/
v1
/
rejectSigningRequest
RejectSigningRequest
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>"
  }
}
Rejects a signing request. Once rejected, it cannot be reopened or executed. This action is irreversible.

Authorizations

x-mtoken
string
header
required

Your API token. Required for all API requests.

Body

application/json
uuid
string
required

The unique identifier of the signing request.

Response

200 - application/json

Success

error
Execute SRs Error Code · object