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