Type alias DeleteRoleAccessByIdArg

DeleteRoleAccessByIdArg: {
    accountId: string;
    force?: boolean;
    permanent?: boolean;
    roleId: string;
}

Type declaration

  • accountId: string
  • Optional force?: boolean

    (Admin only) Delete even if it is protected

  • Optional permanent?: boolean

    If true, the role will be permanently deleted

  • roleId: string