Files
Delete
Marks one or more files for deletion; the files are removed from storage later by a background job, not during this call. Files that are still referenced by a ticket, a conversation entry, a list entry or an article are skipped silently, and the call fails when an id is unknown, when a file is already marked for deletion, or when every file in the request is in use.
DELETE
/api/{tenant:minlength(2)}/v{version:apiVersion}/files/delete
Request arguments
| Name | Type | Source |
|---|---|---|
| inputs | DTO_file_delete[] | Body |
Request body example
Response
Response body example
DTO_file_delete
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | Id |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37