Skip to main content
DELETE
Delete a materialization

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

environmentName
string
required

Name of the environment

packageName
string
required

Name of the package

materializationId
string
required

ID of the materialization

Query Parameters

dropTables
boolean
default:false

When true, also drop the physical tables recorded in the materialization's manifest before deleting the record. Defaults to false (record-only delete; the caller owns table GC).

Response

Materialization deleted