Error reference / envelope-declined
This document was declined
A recipient declined, which closed the signature request.
| Problem type | /problems/envelope-declined |
|---|---|
| HTTP status | 410 |
| Emitted by | Signing page |
| Title values | This document was declined |
| Extra members | sender |
| Trigger | Signing page: a recipient declined; document closed |
What happened
A recipient declined to sign, and declining closes the document for everyone. The response is HTTP 410 and carries sender, the workspace name.
What it means
No further signatures can be collected on this document. The sender sees who declined and the reason they gave.
What to do next
The sender decides whether to send a revised document. Recipients who did not decline and still need to sign should contact the sender.
Problem body
Every error is an RFC 9457 problem document with media type
application/problem+json. The type member is the
stable identifier to switch on; docs_url is this page.
{
"type": "/problems/envelope-declined",
"title": "This document was declined",
"status": 410,
"instance": "/v1/...",
"docs_url": "https://docs.signenvoy.com/errors/envelope-declined",
"sender": "..."
}