Delete view
Models
Delete view
Deletes or ignores a view from a model extension layer. Use the mode parameter to specify the behavior of this endpoint.
DELETE
Delete view
Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
The unique identifier of the model.
The name of the view to delete or ignore.
Query Parameters
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 asshallowIgnored: true, hiding it only from the immediate parent layer
Available options:
COMBINED, MERGED, EXTENSION Response
View deleted or ignored successfully
Example:
true