Deletes all records of 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 DNS 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 Public Zone 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 disable a live streaming domain, call the StopLiveDomain operation.
QPS limit
You can call this operation up to 30 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions.
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 ingest or streaming domain 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.