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