UntagResource - Amazon CloudWatch Logs (original) (raw)

Request SyntaxRequest ParametersResponse ElementsErrorsSee Also

Removes one or more tags from the specified resource.

Request Syntax

{
   "resourceArn": "string",
   "tagKeys": [ "string" ]
}

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

The request accepts the following data in JSON format.

resourceArn

The ARN of the CloudWatch Logs resource that you're removing tags from.

The ARN format of a log group isarn:aws:logs:_Region_:_account-id_:log-group:_log-group-name_

The ARN format of a destination isarn:aws:logs:_Region_:_account-id_:destination:_destination-name_

For more information about ARN format, see CloudWatch Logs resources and operations.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1011.

Pattern: [\w+=/:,.@-]*

Required: Yes

tagKeys

The list of tag keys to remove from the resource.

Type: Array of strings

Array Members: Minimum number of 0 items. Maximum number of 50 items.

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]+)$

Required: Yes

Response Elements

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

Errors

For information about the errors that are common to all actions, see Common Errors.

InvalidParameterException

A parameter is specified incorrectly.

HTTP Status Code: 400

ResourceNotFoundException

The specified resource does not exist.

HTTP Status Code: 400

ServiceUnavailableException

The service cannot complete the request.

HTTP Status Code: 500

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

UntagLogGroup

UpdateAnomaly

Did this page help you? - Yes

Thanks for letting us know we're doing a good job!

If you've got a moment, please tell us what we did right so we can do more of it.

Did this page help you? - No

Thanks for letting us know this page needs work. We're sorry we let you down.

If you've got a moment, please tell us how we can make the documentation better.