How-to delete objects in index by query?

I added _query and fixed my query as

{
"terms" : { "id" : ["1404.0.0"] }
}

All works fine!

Thank you!