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…
Cancel a pending signature request in the current tenant.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Signature ID
Format
uuidResponse 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?