> ## 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

> Delete a mockup and all its comments.

Permanently deletes a mockup file and all associated comments.

## Path parameters

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

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