Deletes or ignores a view from a model extension layer. Use the mode parameter to specify the behavior of this endpoint.
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
The unique identifier of the model.
The name of the view to delete or ignore.
Optional branch ID
Controls how the view is deleted or hidden:
COMBINED — Default. Marks the view as ignored (ignored: true) if it exists in the parent model, otherwise hard-deletesEXTENSION — Hard-deletes the view from the extension layerMERGED — Marks the view as shallowIgnored: true, hiding it only from the immediate parent layerCOMBINED, MERGED, EXTENSION View deleted or ignored successfully
true