EaserixDocs
DevelopersAPI referenceSignSigning

Decline to sign

Closes the document with status "declined", records the reason in the audit trail, and emails the owner.

View as Markdown
POST
/public/signing/{token}/decline

Path Parameters

token*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/public/signing/string/decline" \  -H "Content-Type: application/json" \  -d '{}'
{  "status": "string"}