Difference between revisions of "Curl -X DELETE"

From wikieduonline
Jump to navigation Jump to search
(Redirected page to Curl -X)
Tag: New redirect
 
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#redirect [[curl -X]]
+
{{lc}}
 +
* <code>curl -X [[DELETE]]</code>
 +
 
 +
 
 +
curl -XDELETE "http://localhost:9200/[[yourindexname]]"
 +
{"[[acknowledged]]":true}
 +
 
 +
 
 +
* <code>[[curl -XGET]] http://localhost:9200[[/_cat/indices]]?v </code>
 +
 
 +
== Related ==
 +
* [[Elasticsearch index]]
 +
 
 +
== See also ==
 +
* {{cURL}}
 +
 
 +
[[Category:Curl]]

Latest revision as of 08:00, 30 January 2023

Advertising: