Skip to content
DELETE/comments/{commentId}

Delete a comment

Delete a comment by ID

Parameters

NameInTypeDescription
commentIdrequiredpathstringComment ID

Errors

204Comment deleted
401Unauthorized
404Comment not found

Example request

curl \
  -X DELETE \
  "https://feedback.quackback.io/api/v1/comments/:commentId" \
  -H "Authorization: Bearer qb_your_api_key_here"