Documents CRUD VIA Administration tools

Is there a way to delete bulk of documents via some administration tool (CLI, REST…) and not have to write code using some SDK?

Thanks

@oded.hassidi, you can use cbq: The Command Line Shell for N1QL.

Thanks

My server is v3 so I don’t have n1ql :frowning:

Do you want to delete all documents? Or just some documents. To delete all documents, you can use the “flush” function from the administration UI.

need to delete all documents that there docId starts with some phrase, for example “active”.
In the UI in the documents window we can filter by docId. How can I delete them. I don’t another view and code :frowning: