Delete data view APIedit
[preview] This functionality is in technical preview and may be changed or removed in a future release. Elastic will apply best effort to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. Delete data views.
Once you delete a data view, it cannot be recovered.
For the most up-to-date API details, refer to the open API specification.
Requestedit
DELETE <kibana host>:<port>/api/data_views/data_view/<id>
DELETE <kibana host>:<port>/s/<space_id>/api/data_views/data_view/<id>
Path parametersedit
-
space_id
-
(Optional, string) An identifier for the space. If
space_id
is not provided in the URL, the default space is used. -
id
- (Required, string) The ID of the data view you want to delete.
Response codeedit
-
200
- Indicates that data view is deleted. Returns an empty response body.
Exampleedit
Delete a data view object with the my-view
ID:
$ curl -X DELETE api/data_views/data_view/my-view