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

# Remove mockup comment subscribers

> Unsubscribe users from a mockup comment.

Removes subscribers from a mockup comment.

## Path parameters

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

## Request body

<ParamField body="user_ids" type="array" required>
  Array of user IDs to unsubscribe.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "message": "Subscribers removed successfully",
    "data": {
      "id": "220e8400-e29b-41d4-a716-44665544000c"
    }
  }
  ```
</ResponseExample>
