Skip to Content
DocumentationREST APISigning requestsReject request

Reject signing request

Rejects a signing request. Once rejected, a signing request cannot be reopened.

POST /v1/rejectSigningRequest

Body
uuidstring
uuid is the unique identifier of the signing request.
Example:
{
uuid: bb6f129f-bbe3-4d95-9f33-c32812e3e1c4
}
Response
errorError
Example:
{
error:
}
Last updated on