Skip to content
Changelogs

Remove a label from a changelog

Remove a label association from a changelog entry.

Introduction

The FeatureOS remove a label from a changelog API allows you to remove a label association from a changelog.

DELETE https://api.featureos.app/api/v3/changelogs/:id/changelog_categories/:label_id
curl -X DELETE 'https://api.featureos.app/api/v3/changelogs/:id/changelog_categories/:label_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 Required Format Description
id true Integer The ID of the changelog
label_id true Integer The ID of the label to remove from the changelog

Sample response