DKBSignDocs

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

FieldTypeDescription
signer_uuid
Required
stringPath parameter `signer_uuid`.

Query parameters

This endpoint has no query parameters.

Request body

This endpoint does not accept a request body.

Responses

StatusMeaning
500See the example response.

Request

curl
curl -X DELETE 'https://api.dkbsigns.com/api/v4/envelopes/received/uuid_or_id' \
  -H 'Authorization: Bearer $DKBSIGN_TOKEN'

Response 200

json
{
  "status": "success",
  "message": "Upstream response is forwarded unchanged."
}