Docs
Delete View
DELETE /views/{viewId}
DELETE
/views/{viewId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <token> | Optional | Your user token. |
| Organization token | x-Organization-Token | Optional | Run **Authorize Organization** in the Authorization folder. |
Permanently deletes a saved view, then closes the index gap for the remaining views in the same scope bucket only. Deleting a shared view leaves private indexes untouched, and vice versa.
Deleting another user's private view returns 404, the same as a view that does not exist.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| viewId | Guid | Required | The ID of the view to delete. |
Response
Returns 200 OK with an empty body on success.