Connect Your AppGolangRoleDeleteVersion: 2.0.0On this pageDeleteDeletes an existing role with the given key or id.Parametersctx - The context of the request. roleKey - The key of the role. This can also be the role id.Implementation err := Permit.Api.Roles.Delete(ctx, "role-key")