Rowland LogoRowland
API Reference

Delete Document

DELETE
/v0/documents/{document_uuid}

Path Parameters

document_uuidDocument Uuid

Header Parameters

x-api-key?X-Api-Key

API key optional

Response Body

curl -X DELETE "https://loading/v0/documents/string" \
  -H "x-api-key: string"
{
  "property1": "string",
  "property2": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}