Skip to content

Untagging

Introduction

This API lets you remove a specific tag from the post.

GET https://api.featureos.app/api/v3/feature_requests/tags

Headers

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

Body Parameters

Parameter Default Description
tag_id-The ID of the tag.
feature_request_id-The ID of the post.

Sample response

{
status: 200,
success: true
}