Bulk Delete Documents
Deletes the given documents, including their stored files. Documents are deleted independently, so the result can contain a mix of successes and failures.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
Request Body*
{
"documentCodes": [
"string"
]
}
Responses
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found