All Products
Search
Document Center

Edge Security Acceleration:DeleteHttpIncomingRequestHeaderModificationRule

Last Updated:Nov 05, 2025

Deletes the configuration of modifying incoming HTTP request headers for a website.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
SiteIdlongYes

The website ID, which can be obtained by calling the ListSites operation.

54362329990032
ConfigIdlongYes

The configuration ID. You can call the ListHttpIncomingRequestHeaderModificationRules operation to query the ID.

427428371703808

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

C370DAF1-C838-4288-A1A0-9A87633D248E

Examples

Sample success responses

JSONformat

{
  "RequestId": "C370DAF1-C838-4288-A1A0-9A87633D248E"
}

Error codes

HTTP status codeError codeError messageDescription
400InternalExceptionFailed to call the service. Try again later or contact technical support.Failed to call the service. Try again later or contact technical support.
400InvalidConfigIdThe input configuration ID: ConfigId it does not exist, query the existing configuration and its valid ConfigId through the ListSiteFunction.The ConfigId does not exist.
404ConfigNotFoundThe specified configid does not exist.-

For a list of error codes, visit the Service error codes.