Deletes the given file
Future<void> deleteFile(int id) async { await _delete('/api/media/file/$id'); }