Delete Comment
Written By Team BugSmash
Last updated 9 days ago
METHOD: DELETE
URL: https://api.bugsmash.io/api/v2/comment/{commentId}
HEADERS:
X-API-Key: YOUR_API_KEY
Content-Type: application/json
PATH PARAMETERS:
commentId (uuid, required) - The comment ID
CURL:
curl --location --request DELETE 'https://api.bugsmash.io/api/v2/comment/{commentId}' \
--header 'X-API-Key: YOUR_API_KEY'
RESPONSE:
{
"status": true,
"message": "Comment deleted successfully",
"data": []
}