Skip to content
Articles

Delete an article

Understanding how to use FeatureOS API to build custom integrations.

Introduction

The FeatureOS delete article API allows you to permanently remove an article from your knowledge base.

DELETE https://api.featureos.app/api/v3/articles/:id
curl -X DELETE 'https://api.featureos.app/api/v3/articles/: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.
Authorization - Generate a unique JWT token specific to a user.

Query Parameters

Parameter Default Description
id - The ID of the article to delete.

Sample response