API reference
DELETERequires Bearer token
Delete envelopes received
/api/v4/envelopes/received/{signer_uuid}
Delete `/api/v4/envelopes/received/{signer_uuid}`. Authenticated routes need `Authorization: Bearer {token}` from `POST /api/v1/login`.
Path parameters
| Field | Type | Description |
|---|---|---|
signer_uuid Required | string | Path parameter `signer_uuid`. |
Query parameters
This endpoint has no query parameters.
Request body
This endpoint does not accept a request body.
Responses
| Status | Meaning |
|---|---|
| 500 | See the example response. |