All Products
Search
Document Center

Object Storage Service:DeleteDataPipelineConfiguration

Last Updated:Jul 08, 2026

Calls the DeleteDataPipelineConfiguration operation to delete a specified data pipeline (DataPipeline) rule.

Usage notes

You can delete a rule that is in the Ready (initializing), Paused, or Failed state. To delete a rule that is in the Running state, you must pause the rule first.

Request syntax

POST /?dataPipeline&action=deleteDataPipelineConfiguration&dataPipelineName=my-data-pipeline HTTP/1.1
Host: oss-cn-hangzhou.aliyuncs.com
Date: GMT Date
Authorization: SignatureValue

Request headers

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

Request parameters

Name

Type

Required

Description

Example

DataPipelineName

string

Yes

The rule name. It can be up to 64 characters in length and can contain uppercase letters, lowercase letters, digits, and special characters (- _).

my-data-pipeline

Response headers

This operation uses only common response headers. For more information, see Common Response Headers.

Examples

Sample request:

POST /?dataPipeline&action=deleteDataPipelineConfiguration&dataPipelineName=my-data-pipeline HTTP/1.1
Host: oss-cn-hangzhou.aliyuncs.com
Date: Thu, 11 Dec 2025 13:08:38 GMT
Authorization: OSS4-HMAC-SHA256 Credential=LTAI********/20251211/cn-hangzhou/oss/aliyun_v4_request,Signature=********

Sample response:

HTTP/1.1 200 OK
x-oss-request-id: E71AFFDC-25BA-5C4C-AA5D-311029******
Date: Thu, 11 Dec 2025 13:08:38 GMT
Content-Type: application/xml

SDK

For SDK examples of DataPipeline operations in each programming language, see Delete a data pipeline (Java SDK V2) and Delete a data pipeline (Go SDK V2).

ossutil command-line tool

For the ossutil command that corresponds to this operation, see Delete a data pipeline.

Error codes

Error code

HTTP status code

Description

AccessDenied

403

The request does not contain user authentication information, or the requester does not have the required permissions.

NoSuchDataPipeline

404

The specified DataPipeline does not exist.