DeleteIngestProcessor

Updated at: 2025-02-27 02:35

Deletes an ingest processor.

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 syntax

DELETE /ingestprocessors/{processorName} HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
ParameterTypeRequiredDescriptionExample
projectstringYes

The name of the project.

ali-test-project
processorNamestringYes

The identifier of the ingest processor.

parse-nginx-log

Response parameters

ParameterTypeDescriptionExample
ParameterTypeDescriptionExample
headersobject
Serverstring

The name of the server.

Content-Typestring

The content type of the response body.

Content-Lengthstring

The content length of the response body.

Connectionstring

Indicates whether the connection is persistent. Valid values: close and keep-alive. close: The connection is non-persistent. A new TCP connection is established for each HTTP request. keep-alive: The connection is persistent. After a TCP connection is established, the connection remains open, and no more time or bandwidth is consumed to establish new connections.

Datestring

The time at which the response was returned.

x-log-requestidstring

The request ID.

Examples

Sample success responses

JSONformat

{}

Error codes

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

  • On this page (1)
  • Debugging
  • Authorization information
  • Request syntax
  • Request parameters
  • Response parameters
  • Examples
  • Error codes
Feedback