Posts

featureOS delete post API

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

Headers

Parameter Default Description
API-KEY-Generate from organization settings on the admin dashboard.
ALLOW-PRIVATEfalseSet 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
}
Previous
Update a Post