Deletes a post

DELETE /posts/{id}

Deletes the post with id.

Path parameters

  • id string Required

    The postId requested by user.

Responses

  • 204

    The resource was deleted successfully.

DELETE /posts/{id}
curl \
 -X DELETE https://api.example.com/v1/posts/{id}