DELETE
/comments/{commentId}Delete a comment
Delete a comment by ID
Parameters
| Name | In | Type | Description |
|---|---|---|---|
commentIdrequired | path | string | Comment ID |
Errors
204Comment deleted401Unauthorized404Comment not foundExample request
curl \
-X DELETE \
"https://feedback.quackback.io/api/v1/comments/:commentId" \
-H "Authorization: Bearer qb_your_api_key_here"