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
Code | Example Body |
---|---|
200 OK | none |
Selected error responses
Code | Example 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:
- View Manager APIs for a full list of View Manager APIs and links to examples.
- Row and column level security to learn how to use views to secure data.
- View Manager for a description of the Imply View Manager.