Company logoTrust Center Documentation
API v1 ReferenceSignaturesId

Cancel an NDA signature request

Cancel a pending signature request in the current tenant. Browse request parameters, authentication requirements, response payloads, and working code samples…

DELETE
/api/v1/signatures/{id}

Cancel a pending signature request in the current tenant.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Signature ID

Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/signatures/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "success": true,  "data": {    "state": "failed"  }}

How is this guide?