Skip to main content
DELETE
/
api
/
v1
/
pipeline
Delete a pipeline configuration
curl --request DELETE \
  --url http://localhost:8080/api/v1/pipeline \
  --header 'x-api-key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.datris.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Optional API key for authentication (enabled via application.yaml)

Query Parameters

pipeline
string
required

Pipeline name to delete

deleteData
string
default:true

Delete destination data (default true)

deleteConfig
string
default:true

Delete pipeline configuration (default true). Set to false to delete data only.

Response

Pipeline deleted