Skip to content
Changelogs

Remove a tag from a changelog

Remove a tag association from a changelog entry.

Introduction

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

DELETE https://api.featureos.app/api/v3/changelogs/:id/changelog_categories/:tag_id
curl -X DELETE 'https://api.featureos.app/api/v3/changelogs/:id/changelog_categories/:tag_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
tag_id true Integer The ID of the tag to remove from the changelog

Sample response