cURL
curl --request DELETE \ --url https://api.surefeedback.com/api/v1/comments/{id} \ --header 'X-API-Key: <api-key>'
{ "success": true, "message": "Comment deleted successfully" }
Delete a comment.
Was this page helpful?