Docs

Delete View

DELETE /views/{viewId}

DELETE/views/{viewId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

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. Replace `{{viewId}}` in the URL.

Response

Returns 200 OK with an empty body on success.