DKBSignDocs

API reference

DELETERequires Bearer token

Delete signatures

/api/v1/signatures/{signature}

Delete `/api/v1/signatures/{signature}`. Authenticated routes need `Authorization: Bearer {token}` from `POST /api/v1/login`.

Path parameters

FieldTypeDescription
signature
Required
stringPath parameter `signature`.

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/v1/signatures/signature' \
  -H 'Authorization: Bearer $DKBSIGN_TOKEN'

Response 200

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