Deletes a monitoring session.
Operation description
Before you call this operation, obtain the monitoring session ID from the response parameter MonitorId of the CreateLiveStreamMonitor operation.
Note
You cannot delete a monitoring session that is in the started state. If you try to delete it, a 400 error is reported.
QPS limit
You can call this operation up to 10 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
MonitorId | string | Yes | The ID of the monitoring session. Note
You can obtain the monitoring session ID from the response parameter MonitorId of the CreateLiveStreamMonitor operation.
| 445409ec-7eaa-461d-8f29-4bec2eb9**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "5c6a2a0d-f228-4a64-af62-20e91b9676b3"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | InvalidUserId.Malformed | %s |
400 | InvalidParameter.Malformed | %s |
400 | MissingParameter | %s |
400 | InvalidMonitorId.Malformed | %s |
401 | IllegalOperation | %s |
404 | StreamMonitorNotExist | %s |
500 | InternalError | %s |
For a list of error codes, visit the Service error codes.