Create a new role called 'Editor' with permissions to Create/Update/Comment on all collections

Login as the new user and attempt to delete a record from the collection 'Movies'

Observe that the record is deleted

The user should not be able to delete the record.
Ideally, you should not be able to see the 'Delete' button if you don't have permission to see it
You are able to see the 'Delete' button and you are able to delete record.
From latest install on Directus.app
App Version 7.6.1
Api Version:
master branch]Seems to working as expected now. Not sure what was happening at the time.
Hello @chintohere
Delete permission is working fine for collections don't have a status field. But, delete permission issue takes place for collections having the status field and that issue still exists.
I am working on it and will send PR for it asap.