UntagResource
Removes the specified tag key and value pairs from the specified resource share or managed permission.
Request Syntax
POST /untagresource HTTP/1.1
Content-type: application/json
{
"resourceArn": "string
",
"resourceShareArn": "string
",
"tagKeys": [ "string
" ]
}
URI Request Parameters
The request does not use any URI parameters.
Request Body
The request accepts the following data in JSON format.
- tagKeys
-
Specifies a list of one or more tag keys that you want to remove.
Type: Array of strings
Required: Yes
- resourceArn
-
Specifies the Amazon Resource Name (ARN) of the managed permission that you want to remove tags from. You must specify either
resourceArn
, orresourceShareArn
, but not both.Type: String
Required: No
-
Specifies the Amazon Resource Name (ARN) of the resource share that you want to remove tags from. The tags are removed from the resource share, not the resources in the resource share. You must specify either
resourceShareArn
, orresourceArn
, but not both.Type: String
Required: No
Response Syntax
HTTP/1.1 200
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
-
The operation failed because a parameter you specified isn't valid.
HTTP Status Code: 400
- MalformedArnException
-
The operation failed because the specified Amazon Resource Name (ARN) has a format that isn't valid.
HTTP Status Code: 400
- ServerInternalException
-
The operation failed because the service could not respond to the request due to an internal problem. Try again later.
HTTP Status Code: 500
- ServiceUnavailableException
-
The operation failed because the service isn't available. Try again later.
HTTP Status Code: 503
- UnknownResourceException
-
The operation failed because a specified resource couldn't be found.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: