Verdocs - Developer Documentation
ReferenceRest APIApi docsRecipients

Decline e-Signing Disclosures

POST
/v2/envelopes/{envelope_id}/recipients/{role_name}/decline

Path Parameters

envelope_id*string

The envelope to operate on.

Formatuuid
role_name*string

The role to adjust.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.verdocs.com/v2/envelopes/ENVELOPE_ID/recipients/ROLE_NAME/decline" \    -H "Authorization: Bearer ACCESS_TOKEN" \    -H "content-type: application/json" \    -d '{"param": "value"}'
null
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}