PostsController.Delete Method
- Namespace:
- Weavy.Web.Api.Controllers
- Assembly:
- Weavy.Web.dll
Delete(Int32)
Delete the post with the specified id.
public Post Delete(int id)
Parameters
- id
- System.Int32
Returns
Post
The deleted post.