Introduction
This API lets you delete a specific tag, which also removes that tag from any posts where it has beed added.
DELETE https://api.featureos.app/api/v3/tags/:idHeaders
| 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 tag returned in the list tags endpoint. | |
Sample response
{ status: 200, success: true}