Can't delete Kibana index patterns

Using ROR Pro. I can created new Kibana index patterns just fine, but when I go to remove an index pattern (via Kibana) I receive this error:

Previously, the kibana admin ROR perms were:

name: "::KIBANA-ADMIN::" verbosity: error kibana_access: admin ldap_authentication: "ldap1" ldap_authorization: name: "ldap1" groups: ["es_admin"] indices: ["*"]

I then removed the ‘indices: [“*”]’ section but I’m still receiving the error. Does Kibana/ES need to be restarted for ROR changes to take affect (per topic: Refreshing settings without restarting )? And was including the indices section here the original problem? Thanks.

Mike