Connect Your AppNodeJSRoledeleteRoleVersion: 2.0.0On this pagedeleteRoleDeletes an existing role with the given key or id.ParametersroleId - The id of the role. This can also be the role key.Implementationconst response = await permit.api.deleteRole(roleId);