Removes a domain name from ApsaraVideo Live.

Usage note

  • After the DeleteLiveDomain operation is called, all records of the specified domain name are deleted. Proceed with caution.
  • Before you remove a domain name, we recommend that you request the Domain Name System (DNS) provider to restore the A records of the domain name. Otherwise, the domain name may become inaccessible after you remove it from ApsaraVideo Live.
  • If you only want to disable the domain name, we recommend that you call the StopLiveDomain operation.

QPS limit

A single user can perform a maximum of 30 queries per second (QPS). Throttling is triggered when the number of calls per second exceeds the QPS limit. The throttling may affect your business. Thus, we recommend that you observe the QPS limit on this operation. For more information about what a single user means and the QPS details, see QPS limit on an API operation in ApsaraVideo Live.

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 DeleteLiveDomain

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

DomainName String Yes demo.aliyundoc.com

The streaming domain or ingest domain that you want to remove.

Response parameters

Parameter Type Example Description
RequestId String 94E3559F-7B6A-4A5E-AFFD-44E2A208A249

The ID of the request.

Examples

Sample requests

http(s)://live.aliyuncs.com/?Action=DeleteLiveDomain
&DomainName=demo.aliyundoc.com
&<Common request parameters>

Sample success responses

XML format

<DeleteLiveDomainResponse>
      <RequestId>94E3559F-7B6A-4A5E-AFFD-44E2A208A249</RequestId>
</DeleteLiveDomainResponse>

JSON format

{
    "RequestId":"94E3559F-7B6A-4A5E-AFFD-44E2A208A249"
}

Error codes

For a list of error codes, visit the API Error Center.