Delete Reply

Written By Team BugSmash

Last updated 9 days ago

METHOD: DELETE
URL: https://api.bugsmash.io/api/v2/reply/{replyId}

HEADERS:
  X-API-Key: YOUR_API_KEY
  Content-Type: application/json

PATH PARAMETERS:
  replyId  (uuid, required)  - The reply ID

CURL:
curl --location --request DELETE 'https://api.bugsmash.io/api/v2/reply/{replyId}' \
--header 'X-API-Key: YOUR_API_KEY'

RESPONSE:
{
  "status": true,
  "message": "Comment deleted successfully",
  "data": []
}