> ## Documentation Index
> Fetch the complete documentation index at: https://developer.surefeedback.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete mockup thread reply

> Delete a mockup reply.

Deletes a mockup reply. The current implementation allows deletion by the reply author, the project owner, or a project admin.

## Path parameters

<ParamField path="id" type="string" required>
  UUID of the mockup reply.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "message": "Reply deleted successfully"
  }
  ```
</ResponseExample>
