Type alias DeleteGroupAccessByIdArg

DeleteGroupAccessByIdArg: {
    force?: boolean;
    granteeId: string;
    groupId: string;
    permanent?: boolean;
}

Type declaration

  • Optional force?: boolean

    (Admin only) Delete even if it is protected

  • granteeId: string
  • groupId: string
  • Optional permanent?: boolean

    If true (default), the group access will be permanently deleted