Deletes all records related to the specified live streaming domain.
Operation description
A successful call to the DeleteLiveDomain operation deletes all records for the specified live streaming domain. Use this operation with caution.
To prevent the domain name from becoming inaccessible, you must restore its A record with your domain name resolution service provider before you delete the domain name. If your domain name registrar is Alibaba Cloud, log on to the Alibaba Cloud DNS console. Navigate to the Domain Names page. Find the domain name, click Settings, and change the CNAME record to an A record. If your domain name is registered with another registrar, perform a similar configuration with that registrar.
If you only need to pause a live streaming domain, call the StopLiveDomain operation.
QPS limit
The queries per second (QPS) limit for this operation is 30 calls per second for each user. If you exceed this limit, API calls are throttled. Throttling may affect your business. Therefore, call this operation at a reasonable rate.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DeleteLiveDomain |
delete |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
The stream ingest or streaming domain name to delete. |
demo.aliyundoc.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
94E3559F-7B6A-4A5E-AFFD-44E2A208A249 |
Examples
Success response
JSON format
{
"RequestId": "94E3559F-7B6A-4A5E-AFFD-44E2A208A249"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidDomainName.Malformed | The specific value of parameter DomainName is malformed. | |
| 400 | InvalidParameter | Delete live region parameters have error. | |
| 400 | InvalidOperation | Delete domain until configure compete. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.