Delete a Post
Endpoint allows to delete a post
Last updated
Endpoint allows to delete a post
Last updated
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.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
curl -X DELETE "https://api.b2c.whisk-dev.com/v2/posts/337cbf2ff1f0402da4b7242c97d5d94e" -H "accept: application/json" -H "Authorization: Bearer "
post_id*
String
Post id to delete
Authorization*
String
User Access token to authorize the API usage. For more information, see Authentication