Deletes the configurations of real-time log delivery for specified accelerated domain names.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteRealtimeLogDelivery |
The operation that you want to perform. Set the value to DeleteRealtimeLogDelivery. |
Domain | String | Yes | example.com |
The acceleration domain name for which you want to disable real-time log delivery. You can specify multiple domain names and separate them with commas (,). |
Logstore | String | Yes | LogstoreName |
The name of the Logstore that collects log data from Alibaba Cloud Content Delivery Network (CDN) in real time. |
Project | String | Yes | ProjectName |
The name of the Log Service project that is used for real-time log delivery. |
Region | String | Yes | cn-shanghai |
The ID of the region where the Log Service project is deployed. For more information, see Regions that support real-time log delivery. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 9732E117-8A37-49FD-A36F-ABBB87556CA7 |
The ID of the request. |
Examples
Sample requests
http(s)://cdn.aliyuncs.com/? Action=DeleteRealtimeLogDelivery
&Domain=example.com
&<Common request parameters>
Sample success responses
XML
format
<DeleteRealtimeLogDeliveryResponse>
<RequestId>9732E117-8A37-49FD-A36F-ABBB87556CA7</RequestId>
</DeleteRealtimeLogDeliveryResponse>
JSON
format
{
"RequestId": "9732E117-8A37-49FD-A36F-ABBB87556CA7"
}
Error codes
For a list of error codes, visit the API Error Center.