Skip to content
DELETE/statuses/{statusId}

Delete a status

Delete a status by ID. Cannot delete the default status or a status with assigned posts.

Parameters

NameInTypeDescription
statusIdrequiredpathstringStatus ID

Errors

204Status deleted
401Unauthorized
403Cannot delete (default status or has posts)
404Status not found

Example request

curl \
  -X DELETE \
  "https://feedback.quackback.io/api/v1/statuses/:statusId" \
  -H "Authorization: Bearer qb_your_api_key_here"