Documents

Delete Document

Delete a transmitted document

DELETE
/api/v1/documents/{documentId}
AuthorizationBasic <token>

Basic API key authentication. Create a new API key and secret in the Recommand dashboard.

In: header

Path Parameters

documentId*string

The ID of the document to delete

Response Body

application/json

application/json

application/json

curl -X DELETE "https://app.recommand.eu/api/v1/documents/string"
{
  "success": true
}
{
  "success": false,
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}
{
  "success": false,
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}