Deletes a specified honeypot.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| HoneypotId | string | Yes | The ID of the honeypot. Note
You can call the ListHoneypot operation to query the IDs of honeypots.
| 558b5fa40948ebe2171a74757c54dc7e58f761870fa7ee6a105e70947ec82aa9 |
| 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
JSONformat
{
"Success": true,
"Code": 200,
"Message": "successful",
"RequestId": "E14721CB-B32F-56F2-8490-CDA18E4F9268",
"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 |
