Call the DeletePipelines to delete a specified Logstash pipeline.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. You can use OpenAPI Explorer to search for API operations, call API operations, and dynamically generate SDK sample code.

Request header

This operation uses only common request headers. For more information, see Common parameters.

Request syntax

DELETE /openapi/logstashes/[InstanceId]/pipelines HTTPS|HTTP

Request parameters

Parameter Type Required Example Description
InstanceId String Yes ls-cn-oew1qbgl****

The ID of the Logstash instance.

ClientToken String No 5A2CFF0E-5718-45B5-9D4D-70B3FF****

A unique token generated by the client to guarantee the idempotency of the request. The value of this parameter is generated by the client and is unique among different requests. The maximum length is 64 ASCII characters.

pipelineIds String No pipeline-test

The ID of the pipeline.

Response parameters

Parameter Type Example Description
RequestId String 5FFD9ED4-C2EC-4E89-B22B-1ACB6FE1****

The ID of the request.

Result Boolean true

Returned results:

  • true: delete successfully
  • false: delete failed

Examples

Sample requests

DELETE /openapi/logstashes/ls-cn-oew1qbgl****/pipelines?pipelineIds=pipeline-test HTTP/1.1
common request header

Sample success responses

JSON Syntax

{
    "Result": true,
    "RequestId": "61A12DC0-CD30-46A2-A3CE-653EA0CA****"
}

Error code

For a list of error codes, visit the API Error Center.