Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.surefeedback.com/api/v1/mockup-comments/{id}/subscribers \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "user_ids": [ {} ] } '
{ "success": true, "message": "Subscribers removed successfully", "data": { "id": "220e8400-e29b-41d4-a716-44665544000c" } }
Unsubscribe users from a mockup comment.
Was this page helpful?