Deletes the configuration of modifying incoming HTTP request headers for a website.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| SiteId | long | Yes | The website ID, which can be obtained by calling the ListSites operation. | 54362329990032 |
| ConfigId | long | Yes | The configuration ID. You can call the ListHttpIncomingRequestHeaderModificationRules operation to query the ID. | 427428371703808 |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "C370DAF1-C838-4288-A1A0-9A87633D248E"
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | InternalException | Failed to call the service. Try again later or contact technical support. | Failed to call the service. Try again later or contact technical support. |
| 400 | InvalidConfigId | The input configuration ID: ConfigId it does not exist, query the existing configuration and its valid ConfigId through the ListSiteFunction. | The ConfigId does not exist. |
| 404 | ConfigNotFound | The specified configid does not exist. | - |
For a list of error codes, visit the Service error codes.
