Support
Log In
Materializations

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.

DELETE/environments/{environmentName}/packages/{packageName}/materializations/{materializationId}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

environmentName*string

Name of the environment

packageName*string

Name of the package

materializationId*string

ID of the materialization

Query Parameters

dropTables?boolean

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).

Defaultfalse

Response Body

application/json

application/json