Deletes a tag rule.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteDynamicTagGroup |
The operation that you want to perform. Set the value to DeleteDynamicTagGroup. |
DynamicTagRuleId | String | Yes | 6b882d9a-5117-42e2-9d0c-4749a0c6**** |
The ID of the tag rule. For information about how to obtain the ID of a tag rule, see DescribeDynamicTagRuleList. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Code | String | 200 |
The HTTP status code. Note The status code 200 indicates that the call was successful.
|
Message | String | The Request is not authorization. |
The error message. |
RequestId | String | 08AAE67E-77B5-485B-9C79-D7C8C059150A |
The ID of the request. |
Success | Boolean | true |
Indicates whether the call was successful. Valid values:
|
Examples
Sample requests
http(s)://[Endpoint]/?Action=DeleteDynamicTagGroup
&DynamicTagRuleId=6b882d9a-5117-42e2-9d0c-4749a0c6****
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteDynamicTagGroupResponse>
<RequestId>08AAE67E-77B5-485B-9C79-D7C8C059150A</RequestId>
<Code>200</Code>
<Success>true</Success>
</DeleteDynamicTagGroupResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "08AAE67E-77B5-485B-9C79-D7C8C059150A",
"Code" : 200,
"Success" : true
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
404 | ResourceNotFound | The specified resource is not found. | The error message returned because the specified resource is not found. |
For a list of error codes, see Service error codes.