airbyte_delete_tag
Delete a tag permanently by its UUID, removing it from all associated resources. Use this to clean up obsolete or duplicate tags.
Instructions
Delete a tag by its UUID.
This is a permanent operation. The tag will be removed from all resources it was attached to.
When to Use: - Remove an obsolete or duplicate tag.
Examples: params = { "tag_id": "a1b2c3d4-..." }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |