cURL
curl --request DELETE \ --url https://app.freyavoice.ai/api/v2/feedbacks/{feedbackId}/comments \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "message": "<string>", "result": { "success": true } } }
Deletes a comment from a feedback.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Feedback ID
Workspace ID
Comment ID to delete
Comment deleted
true
Show child attributes