Delete
To delete an existing file you need to execute a DELETE request against the /libraries/:libraryId/files/:fileId endpoint.
The fileId uniquely identifies the file and the libraryId uniquely identifies the library inside which the file is located.
This is a destructive operation which cannot be undone! If the deleted file is in-use and opened in a room, then it will be closed. The file will be permanently deleted.
Request
Response (204 -> No Content)
Response is empty because the file was deleted and there is no content to return.
Last updated