UntagResource
GET /?Action=UntagResource
Description
Deletes one or more tags from a customer master key (CMK).
For example with OSC CLI:
osc-cli okms UntagResource \
--KeyId cmk-12345678 \
--TagKeys '["AAAA", "CCCC"]'
Body parameter
Required: false
Name: UntagResourceRequest
| Name | Description | Required | Schema | Default | Example |
|---|---|---|---|---|---|
KeyId |
The ID of the CMK. |
true |
string |
||
TagKeys |
One or more keys of tags you want delete from the CMK. |
true |
string |
Responses
HTTP Code 200
| HTTP Code | Description | Schema |
|---|---|---|
200 |
UntagResourceResult |
empty object |