Pipelines

Delete pipeline

Permanently deletes a pipeline and its run history. This cancels any in-progress runs. This does not delete agent sessions created by the pipeline.

delete/v2/pipelines/{pipeline_key}

Path parameters

pipeline_keystring required

The unique key for the pipeline. You can provide the key, or the platform generates one.

Example:sharepoint-legal-ingest

The unique key of the pipeline to delete.

Headers

Request-Timeoutinteger

The platform makes a best effort to complete the request in the specified seconds, or it times out.

Request-Timeout-Millisinteger

The platform makes a best effort to complete the request in the specified milliseconds, or it times out.

Response

The pipeline is deleted.

Changes

No recorded changes to this endpoint across all 13 revisions of this API.