API Docs / Operations / Client - Documents / Bulk Delete Documents

Bulk Delete Documents

POST /tenants/{tenant}/clients/{client}/clientdocument/bulk-delete

Deletes the given documents, including their stored files. Documents are deleted independently, so the result can contain a mix of successes and failures.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
{
  "documentCodes": [
    "string"
  ]
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found