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>'

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

Response

Pipeline deleted