All Products
Search
Document Center

ApsaraVideo Live:DeleteLiveStreamMonitor

Last Updated:May 13, 2025

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

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
MonitorIdstringYes

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

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

5c6a2a0d-f228-4a64-af62-20e91b9676b3

Examples

Sample success responses

JSONformat

{
  "RequestId": "5c6a2a0d-f228-4a64-af62-20e91b9676b3"
}

Error codes

HTTP status codeError codeError message
400InvalidUserId.Malformed%s
400InvalidParameter.Malformed%s
400MissingParameter%s
400InvalidMonitorId.Malformed%s
401IllegalOperation%s
404StreamMonitorNotExist%s
500InternalError%s

For a list of error codes, visit the Service error codes.