Delete a Post reply

Endpoint allows to delete a reply

Delete existing reply

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.

Path Parameters

NameTypeDescription

reply_id*

String

Reply id to delete

Headers

NameTypeDescription

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/replies/94279f04e58249ec90b425a6a911ecad" -H "accept: application/json" -H "Authorization: Bearer "

Last updated