ClearDynamicTagCache

Updated at:

Clears the dynamic tag cache for a specific configuration.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

ConfigId

string

Yes

The tag configuration ID.

cfg************405791744

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

78C17888****C462E57A95

Result

boolean

Indicates whether the dynamic tag cache was successfully cleared.

  • true: The cache was successfully cleared.

  • false: A cache for the specified configuration did not exist.

true

Success

boolean

Indicates whether the request was successful.

true

Examples

Success response

JSON format

{
  "RequestId": "78C17888****C462E57A95",
  "Result": true,
  "Success": true
}

Error codes

HTTP status code

Error code

Error message

Description

400 Internal.System.Error An internal system error occurred. An internal system error occurred.
400 Tag.Not.Exist Tag not exist. Tag not exist.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.