跳到主要内容

Delete Domains Association

Delete the association between a delivery domain name and an ingest domain name.

Request

Request-Line

DELETE /lls/v1.0/domain/associate

Request Parameters

Body Parameters

ParameterTypeRequiredDescription
ingestDomainStringMandatoryingest domain name

Response

Status Codes, Error Codes and Error Messages

Status CodeError CodeError Message
400LLS.Domain.NotFoundDomain name is not found.

Examples

Associate a delivery domain name with an ingest domain name

Request

DELETE /lls/v1.0/domain/associate HTTP/1.1
{
"ingestDomain": "ingest.example.com"
}

Best Practices

Rate Limiting

Rate Limits

Rate limiting is posed upon the API, please kindly check your API calls to ensure complying with the rate limit below:

  • 100 requests per minute
  • 1000 requests per hour