# Delete an ES|QL view **DELETE /_query/view/{name}** Deletes a stored ES|QL view. ## Required authorization * Index privileges: `delete_view` ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Path parameters - **name** (string) The view name to remove. ## Responses ### 200 #### Body: application/json (object) - **acknowledged** (boolean) For a successful response, this value is always true. On failure, an exception is returned instead. [Powered by Bump.sh](https://bump.sh)