All Products
Search
Document Center

Quick BI:ClearDynamicTagCache

Last Updated:Jul 08, 2026

Deletes the cached tag value for a single 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 ID of the tag configuration.

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

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

78C17888****C462E57A95

Result

boolean

Indicates whether the cache is purged.

  • true: The cache is purged.

  • false: No cache exists.

true

Success

boolean

Indicates whether the request is 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.