Hi @Nishino
you cannot use ‘filters’ with DELETE.
Please, the more experienced, correct me if I’m wrong.
The correct endpoint should be: DELETE: localhost:1337/api/invites/1
You cannot bulk delete, update, or insert.
I mean: You can’t do this natively via strapi, but you can do it via the client side or by creating a custom endpoint.
If not, install the documentation in your project. It will help you a lot in the composition of endpoint calls.