Skip to main content
DELETE
/
mockup-comments
/
{id}
/
unassign
Unassign mockup comment
curl --request DELETE \
  --url https://api.surefeedback.com/api/v1/mockup-comments/{id}/unassign \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "message": "Comment unassigned successfully",
  "data": {
    "id": "220e8400-e29b-41d4-a716-44665544000c",
    "assignee": null
  }
}
Removes the current assignee from a mockup comment.

Path parameters

id
string
required
UUID of the mockup comment.
{
  "success": true,
  "message": "Comment unassigned successfully",
  "data": {
    "id": "220e8400-e29b-41d4-a716-44665544000c",
    "assignee": null
  }
}