Deletes a specified probe.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ProbeId | string | Yes | The ID of the probe. Note
You can call the ListHoneypotProbe operation to query the IDs of probes.
| 95f0f79c-f7e9-4b09-a6e3-95a4cb6d**** |
Lang | string | No | The language of the content within the request and response. Default value: zh. Valid values:
| zh |
Response parameters
Examples
Sample success responses
JSON
format
{
"Success": true,
"Code": 200,
"Message": "successful",
"RequestId": "7FD1C1DC-AA67-510A-A022-5D23310C3658",
"HttpStatusCode": 200
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-03-01 | The Error code has changed. The request parameters of the API has changed | View Change Details |