All Products
Search
Document Center

CloudMonitor:DeleteDynamicTagGroup

Last Updated:Mar 01, 2024

Deletes a tag rule.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DynamicTagRuleIdstringYes

The ID of the tag rule.

For information about how to obtain the ID of a tag rule, see DescribeDynamicTagRuleList .

6b882d9a-5117-42e2-9d0c-4749a0c6****

Response parameters

ParameterTypeDescriptionExample
object
Codestring

The status code.

Note The status code 200 indicates that the request was successful.
200
Messagestring

The error message.

The Request is not authorization.
RequestIdstring

The request ID.

08AAE67E-77B5-485B-9C79-D7C8C059150A
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true

Examples

Sample success responses

JSONformat

{
  "Code": "200",
  "Message": "The Request is not authorization.",
  "RequestId": "08AAE67E-77B5-485B-9C79-D7C8C059150A",
  "Success": true
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameterValueIllegal parameters.Illegal parameters.
403AccessForbiddenUser not authorized to operate on the specified resource.-
404ResourceNotFoundThe specified resource is not found.The specified resource is not found.
500%s%s-
500InternalErrorThe request processing has failed due to some unknown error.-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history