Delete a Post reply
Endpoint allows to delete a reply
Last updated
Endpoint allows to delete a reply
Last updated
DELETE
https://api.whisk.com/v2/posts/replies/{reply_id}
Method allow to delete reply by reply_id
it could be used when user wants to delete his reply. This operaton permitted only for reply owners.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
curl -X DELETE "https://api.b2c.whisk-dev.com/v2/posts/replies/94279f04e58249ec90b425a6a911ecad" -H "accept: application/json" -H "Authorization: Bearer "
reply_id*
String
Reply id to delete
Authorization*
String
User Access token to authorize the API usage. For more information, see Authentication