Docs

Delete View

DELETE /views/{viewId}

DELETE/views/{viewId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <token>OptionalYour user token.
Organization tokenx-Organization-TokenOptionalRun **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

FieldTypeRequiredDescription
viewIdGuidRequiredThe ID of the view to delete.

Response

Returns 200 OK with an empty body on success.