Deleting a file
Files may be deleted either by path, or by UUID:
By path
DELETE https://<service_host>/file/v2/orgs/<org_id>/workspaces/<workspace_id>/files/path/<file_path>
By UUID
DELETE https://<service_host>/file/v2/orgs/<org_id>/workspaces/<workspace_id>/files/<file_id>
For example, you may delete a file by its ID as follows:
A successful delete operation will return a 204 No Content header.