Introduction
The FeatureOS delete post API allows you to delete a post in your organization.
DELETE https://api.featureos.app/api/v3/feature_requests/:idHeaders
| 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 | |
Sample response
{ "success": true}