Skip to main content

Delete a view

Deletes a view.

URL

DELETE /druid-ext/view-manager/v1/views/{view name}

Required resource

{view name}:The view name to delete.

Success response

CodeExample Body
200 OKnone

Selected error responses

CodeExample Body
404 Not Found "error": "View[nonexistent] not found."

Sample request

curl --location --request DELETE 'http://localhost:8081/druid-ext/view-manager/v1/views/french' \
--header 'Authorization: Basic <encoded authorization string>'

Learn more

See the following topics for more information: