Deletes the cached tag value for a single configuration.
Try it now
Test
RAM authorization
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 |
| 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.