detach-tag
Detach a tag from a resource without deleting the tag or resource. Idempotent operation ensures safe repeated use.
Instructions
Detach a tag from a resource (removes the association only — the resource and tag are not deleted). Idempotent — detaching a resource that is not associated is a no-op. v2-only — returns a 501 notice on the v1 API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagId | Yes | ID of the tag | |
| resourceId | Yes | ID of the resource to detach the tag from | |
| resourceType | Yes | Type of resource to detach the tag from |