Documents

Delete Document

DELETE
/api/v2/documents/{document}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

document*integer

Document ID

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v2/documents/1"
Empty
{  "error": {    "message": "Unauthorized"  }}
{  "error": {    "message": "Forbidden"  }}
{  "error": {    "message": "Not Found"  }}
{  "error": {    "message": "Too Many Requests"  }}
{  "error": {    "message": "Service Unavailable"  }}