System Information
- Strapi Version: 4.0.6
- Operating System: Debian
- Database: sqlite
- Node Version: v12.22.5
- NPM Version: 7.5.2
- Yarn Version: 1.22.15
Hi people!
I have this “invites” content type where I store a name, email and the “owner” of the entity
When i do a GET localhost:1337/api/invites?filters[id][$eq]=1 it works
But a DELETE localhost:1337/api/invites?filters[id][$eq]=1 gives me a 405 Method not allowed
I’ve set the permission for both authenticated and public roles but It just wont work.
I guess i’m doing something wrong? Help me please
EDIT: I’ve figured it out I must use the id in the url not in the filter