All Products
Search
Document Center

ApsaraVideo Live:DeleteLivePackageConfig

Last Updated:Sep 26, 2023

Deletes a live stream encapsulation configuration.

Usage notes

You can call this operation to delete a live stream encapsulation configuration. The deletion takes effect after you re-ingest the stream.

QPS limit

You can call this operation up to 300 times per minute 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. For more information, see QPS limits.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter

Type

Required

Example

Description

Action

String

Yes

DeleteLivePackageConfig

The operation that you want to perform. Set the value to DeleteLivePackageConfig.

DomainName

String

Yes

example.com

The main streaming domain.

AppName

String

Yes

AppName

The application name. The value * specifies that all applications are matched.

StreamName

String

Yes

StreamName

The stream name. The value * specifies that all streams under the application are matched.

Response parameters

Parameter

Type

Example

Description

RequestId

String

72ABAD7B-B14C-52DE-B6C6-C639FECAF5AD

The request ID.

Examples

Sample requests

http(s)://live.aliyuncs.com/?Action=DeleteLivePackageConfig
&DomainName=example.com
&AppName=AppName
&StreamName=StreamName
&Common request parameters

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<DeleteLivePackageConfigResponse>
    <RequestId>72ABAD7B-B14C-52DE-B6C6-C639FECAF5AD</RequestId>
</DeleteLivePackageConfigResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "72ABAD7B-B14C-52DE-B6C6-C639FECAF5AD"
}

Error codes

For a list of error codes, see Service error codes.