Skip to content
DELETE/posts/{postId}

Delete a post

Delete a post by ID

Parameters

NameInTypeDescription
postIdrequiredpathstringPost ID

Errors

204Post deleted
401Unauthorized
404Post not found

Example request

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