Deletes a specified probe.
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. NoteYou can call the ListHoneypotProbe operation to query the IDs of probes. | 95f0f79c-f7e9-4b09-a6e3-95a4cb6d**** |
Response parameters
Example
Normal return example
JSON
Format
{
"Success": true,
"Code": "200",
"Message": "successful",
"RequestId": "7FD1C1DC-AA67-510A-A022-5D23310C3658",
"HttpStatusCode": 200
}
Error codes
Http 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 API error center.