superset_tag_delete
Remove tags permanently from Apache Superset instances by making DELETE requests to the tag API endpoint. This action cannot be undone.
Instructions
Delete a tag
Makes a request to the /api/v1/tag/{id} DELETE endpoint to remove a tag. This operation is permanent and cannot be undone.
Args: tag_id: ID of the tag to delete
Returns: A dictionary with deletion confirmation message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes |