Skip to main content
POST
https://api.mpcvault.com
/
v1
/
rejectSigningRequest
curl -X POST https://api.mpcvault.com/v1/rejectSigningRequest \
  -H "Content-Type: application/json" \
  -H "x-mtoken: YOUR_API_TOKEN" \
  -d '{
    "uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  }'
{}
Rejects a signing request. Once rejected, the signing request cannot be re-opened or executed. This action is irreversible.

Headers

x-mtoken
string
required
Your API token

Body

uuid
string
required
UUID of the signing request to reject

Response

error
object
Error details (if failed)
curl -X POST https://api.mpcvault.com/v1/rejectSigningRequest \
  -H "Content-Type: application/json" \
  -H "x-mtoken: YOUR_API_TOKEN" \
  -d '{
    "uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  }'
{}