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

Path parameters

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