Changelog

featureOS delete a changelog API

Introduction

The featureOS delete a changelog API allows you to delete a changelog from your organization. You can also delete changelogs' associated data.

DELETE https://api.featureos.app/api/v3/changelogs/:id

Headers

Parameter Default Description
API-KEY-Generate from organization settings on the admin dashboard.
Authorization-Generate a unique JWT token specific to a user.

Sample response

{
  "success": true
}
Previous
Update a changelog