请求方式:post
url:
http://127.0.0.1:1015/transaction_index/_delete_by_query
body:
{ "query": { "bool": { "filter":[ { "term":{ "customerId":"263" } }, { "terms":{ "state" : [0,1] } } ] } } }