cURL
curl --request DELETE \ --url https://api.replyke.com/api/v6/:projectId/comments/:commentId
{ "status": "<string>" }
Delete a comment from the project
parentDeletedAt
Missing Comment ID - 400 Bad Request
{ "error": "Missing comment ID", "code": "comment/missing-comment-id" }
Not Authorized - 403 Forbidden
{ "error": "You do not have permission to delete this comment.", "code": "comment/not-authorized" }
Not Found - 404 Not Found
{ "error": "Comment not found", "code": "comment/not-found" }
Server Error - 500 Internal Server Error
{ "error": "Server error", "code": "comment/server-error", "details": "[error message]" }