Delete a Domain
Delete the domain. All configuration of the domain will be deleted. Meanwhile, the streams of the ingest domain will be stopped.
Request
Request-Line
DELETE /lls/v1.0/domain/{domain}
Request Parameters
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| domain | String | Mandatory | Domain name. |
Response
Status Codes, Error Codes and Error Messages
| Status Code | Error Code | Error Message |
|---|---|---|
| 400 | LLS.Domain.NotFound | Domain name is not found. |
Examples
Modify a domain name
Request
DELETE /lls/v1.0/domain/ingest.example.com HTTP/1.1
Best Practices
Rate Limiting
Rate Limits
Rate limiting is posed upon the API, check API calls to comply with the rate limit below:
- 100 requests per minute
- 1000 requests per hour