Skip to main content
DELETE
/
platform
/
pipeline-api
/
{pipeline_id}
Delete a pipeline
curl --request DELETE \
  --url https://api.covalenthq.com/platform/pipeline-api/{pipeline_id}/ \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "error": true,
  "error_message": "<string>",
  "error_code": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt

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

Requires a ServiceKey. See Service Keys.
Deletion is permanent. The pipeline stops consuming and the configuration record is removed. Data already written to your destination is left in place - you must drop tables, topics, or buckets manually if you want a clean slate.

Authorizations

Authorization
string
header
required

Pipeline REST endpoints require a ServiceKey. Regular GoldRush API keys are rejected with 403. See Service Keys.

Path Parameters

pipeline_id
string
required

The pipeline identifier, prefixed with pipe_.

Response

Pipeline deleted.