Skip to content
DELETE/changelog/{entryId}

Delete a changelog entry

Delete a changelog entry by ID

Parameters

NameInTypeDescription
entryIdrequiredpathstringChangelog entry ID

Errors

204Changelog entry deleted
401Unauthorized
404Changelog entry not found

Example request

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