Deletes a tag from an Amazon Web Services Payment Cryptography key.
See https://www.paws-r-sdk.com/docs/paymentcryptographycontrolplane_untag_resource/ for full documentation.
paymentcryptographycontrolplane_untag_resource(ResourceArn, TagKeys)
[required] The KeyARN
of the key whose tags are being removed.
[required] One or more tag keys. Don't include the tag values.
If the Amazon Web Services Payment Cryptography key doesn't have the
specified tag key, Amazon Web Services Payment Cryptography doesn't
throw an exception or return a response. To confirm that the operation
succeeded, use the
list_tags_for_resource
operation.