Delete a Post
Endpoint allows to delete a post
Delete existing post
DELETE
https://api.whisk.com/v2/posts/{post_id}
Method allow to delete post by post_id
it could be used when user wants to delete his post or review. This operatopn permitted only for own posts.
Path Parameters
Name
Type
Description
post_id*
String
Post id to delete
Headers
Name
Type
Description
Authorization*
String
User Access token to authorize the API usage. For more information, see Authentication
Sample request and response
curl -X DELETE "https://api.b2c.whisk-dev.com/v2/posts/337cbf2ff1f0402da4b7242c97d5d94e" -H "accept: application/json" -H "Authorization: Bearer "
Last updated