DOKK / manpages / debian 10 / libcatmandu-perl / Catmandu::Cmd::delete.3pm.en
Catmandu::Cmd::delete(3pm) User Contributed Perl Documentation Catmandu::Cmd::delete(3pm)

Catmandu::Cmd::delete - delete items from a store

  catmandu delete <STORE> <OPTIONS>
  
  # delete items with matching _id
  catmandu delete ElasticSearch --index-name items --bag book \
                                --id 1234 --id 2345
  # delete items matching the query
  catmandu delete ElasticSearch --index-name items --bag book \
                                --query 'title:"My Rabbit"'
  # delete all items
  catmandu delete ElasticSearch --index-name items --bag book
  catmandu help store ElasticSearch
2019-01-29 perl v5.28.1