Skip to main content
DELETE
/
mockup-comments
/
{id}
Delete mockup comment
curl --request DELETE \
  --url https://api.surefeedback.com/api/v1/mockup-comments/{id} \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "message": "Comment deleted successfully"
}
Deletes a mockup comment. The current implementation allows deletion by the author, project owner, or project admin.

Path parameters

id
string
required
UUID of the mockup comment.
{
  "success": true,
  "message": "Comment deleted successfully"
}