OpenSearch/rest-api-spec/api/deletebyquery.json

37 lines
590 B
JSON

{
"deletebyquery": {
"documentation": "",
"methods": ["DELETE"],
"url": {
"path": "/{index}/_query",
"paths": ["/{index}/_query", "/{index}/{type}/_query"],
"parts": {
"index": {
},
"type": {
}
},
"params": {
"consistency": {
},
"ignore_indices": {
},
"index": {
},
"replication": {
},
"routing": {
},
"source": {
},
"timeout": {
},
"type": {
}
}
},
"body": {
}
}
}