Delete a post
Permanently delete a feedback post from your organization.
Introduction
The FeatureOS delete post API allows you to delete a post in your organization.
DELETE
https://api.featureos.app/api/v3/feature_requests/:id
curl -X DELETE 'https://api.featureos.app/api/v3/feature_requests/:id' \
-H 'API-KEY: YOUR_API_KEY' \
-H 'Content-Type: application/json'Headers
| Parameter | Default | Description |
|---|---|---|
| API-KEY | - | Generate from organization settings on the admin dashboard. |
| ALLOW-PRIVATE | false | Set to true if filtering out a private board’s posts. |
| Authorization | - | Generate a unique JWT token that is specific to a user |