The delete pipeline API deletes pipelines by ID or wildcard match (my-*, *).
my-*
*
DELETE _ingest/pipeline/my-pipeline-id
DELETE _ingest/pipeline/*