Deletes a baseline check policy.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteStrategy |
The operation that you want to perform. Set the value to DeleteStrategy. |
SourceIp | String | No | 1.2.X.X |
The source IP address of the request. |
Id | String | No | 1404656 |
The ID of the baseline check policy that you want to delete. |
Lang | String | No | zh |
The language of the content within the request and response. Default value: zh. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | A4EB8B1C-1DEC-5E18-BCD0-D1BBB3936FA7 |
The ID of the request, which is used to locate and troubleshoot issues. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DeleteStrategy
&SourceIp=1.2.X.X
&Id=1404656
&Lang=zh
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteStrategyResponse>
<RequestId>A4EB8B1C-1DEC-5E18-BCD0-D1BBB3936FA7</RequestId>
</DeleteStrategyResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "A4EB8B1C-1DEC-5E18-BCD0-D1BBB3936FA7"
}
Error codes
For a list of error codes, visit the API Error Center.