Skip to main content
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

There is no undelete endpoint — deleting a transformation cannot be reversed through the Platform API. Double-check the slug before sending the request.

Authentication

This endpoint requires an API key in the x-api-key header. MCP tokens cannot delete resources and are rejected with 403 Forbidden.

Authorizations

x-api-key
string
header
required

API Key authentication. Format: 'x-api-key: api_key'

Path Parameters

slug
string
required

Response

204

No response body