Error reference / envelope-voided
This document was withdrawn
The sender voided the signature request.
| Problem type | /problems/envelope-voided |
|---|---|
| HTTP status | 410 |
| Emitted by | Signing page |
| Title values | This document was withdrawn |
| Extra members | sender |
| Trigger | Signing page: sender withdrew the document |
What happened
The sender voided the document, so its signing links no longer work. The response is HTTP 410 and carries sender, the workspace name.
What it means
Nothing further can be signed. The sender’s reason is recorded in the audit trail and visible in their dashboard, not on this page.
What to do next
Contact the sender if you expected to sign. Senders who voided by mistake create a new document; a void cannot be undone.
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-voided",
"title": "This document was withdrawn",
"status": 410,
"instance": "/v1/...",
"docs_url": "https://docs.signenvoy.com/errors/envelope-voided",
"sender": "..."
}