DELETE
/posts/{postId}Delete a post
Delete a post by ID
Parameters
| Name | In | Type | Description |
|---|---|---|---|
postIdrequired | path | string | Post ID |
Errors
204Post deleted401Unauthorized404Post not foundExample request
curl \
-X DELETE \
"https://feedback.quackback.io/api/v1/posts/:postId" \
-H "Authorization: Bearer qb_your_api_key_here"