Deletes the given blog category
Future<void> deleteBlogCategory(int id) async { await _delete('/api/blog/category/$id'); }