DELETE api/2.0/files/templates
Removes files with the IDs specified in the request from the template list.
Name |
Description |
Type |
Example |
fileIds
sent in body
|
List of file IDs
|
Collection of numbers
collection
|
1234
|
DELETE api/2.0/files/templates
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"fileIds": [
1234
]
}
Boolean value: true if the operation is successful