Skip to main content
DELETE
/
api
/
v1
/
beam
/
{config_id}
Delete config
curl --request DELETE \
  --url https://api.example.com/api/v1/beam/{config_id}
DELETE /api/v1/beam/{config_id}
Deletes the pipeline configuration and tears down any active deployment (Kafka topics, workers, subscriptions). This action is irreversible. Path parameters:
ParameterDescription
config_idPipeline configuration ID
curl -X DELETE https://api.allium.so/api/v1/beam/${CONFIG_ID} \
  -H "X-API-Key: ${ALLIUM_API_KEY}"
Response:
{ "message": "Pipeline abc123 successfully deleted" }
This permanently removes the pipeline config, all associated filter values, Kafka topics, and deployment resources. Use teardown if you only want to stop the pipeline while preserving the config.