Delete a materialization
Deletes a terminal (MANIFEST_FILE_READY, FAILED, or CANCELLED) materialization record. By default this removes the publisher’s record only; the caller owns table GC. Set dropTables=true to also drop the physical tables this run produced (from the materialization’s manifest) as a best-effort cleanup.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Name of the environment
Name of the package
ID of the materialization
Query Parameters
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