cURL
Transformations
Delete Transformation
Delete a single Query, Notebook, or History through the Platform API transformations endpoint.
DELETE
cURL
Deletes the transformation identified by
slug. The identifier is the pipeline slug, not the transformation ID — the same value used by Get Transformation and Update Transformation.
A successful call returns 204 No Content with an empty body.
Queries, Notebooks, and Histories are all served by the transformations endpoints, so this one deletes any of the three. They differ only by
type: sql for a Query, python or pyspark for a Notebook, and scd_type_2 for a History.Example
Authentication
This endpoint requires an API key in thex-api-key header. MCP tokens cannot delete resources and are rejected with 403 Forbidden.
Related
- Bulk Delete Transformations — remove several transformations in a single request.
- List Transformations — find the slug you want to delete.