Difference between revisions of "Curl -X DELETE"
Jump to navigation
Jump to search
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
* <code>curl -X [[DELETE]]</code> | * <code>curl -X [[DELETE]]</code> | ||
+ | |||
+ | |||
+ | curl -XDELETE "http://localhost:9200/[[yourindexname]]" | ||
+ | {"[[acknowledged]]":true} | ||
Latest revision as of 08:00, 30 January 2023
curl -X DELETE
curl -XDELETE "http://localhost:9200/yourindexname" {"acknowledged":true}
Related[edit]
See also[edit]
Advertising: