Delete index pattern APIedit
Deprecated in 8.0.0.
Use Delete data view instead.
[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 Kibana index patterns.
Once you delete an index pattern, it cannot be recovered.
Requestedit
DELETE <kibana host>:<port>/api/index_patterns/index_pattern/<id>
DELETE <kibana host>:<port>/s/<space_id>/api/index_patterns/index_pattern/<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 index pattern you want to delete.
Response codeedit
-
200
- Indicates that index pattern is deleted. Returns an empty response body.
Exampleedit
Delete an index pattern object with the my-pattern
ID:
$ curl -X DELETE api/index_patterns/index_pattern/my-pattern