Delete a Pipeline

Hand off to an LLM

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Deletes an existing pipeline and all related transformations.

IMPORTANT NOTE: be sure you have exported any relevant transformations produced by the pipeline before deleting given they won't be accessible through our API after deleting the pipeline.

DELETE
/v1-beta/pipelines/{pipelineID}
x-api-key<token>

Authenticate using API Key in request header

In: header

Path Parameters

pipelineID*string

ID of the pipeline to delete

Response Body

curl -X DELETE "https://api.bem.ai/v1-beta/pipelines/string"
Empty

See also