> ## Documentation Index
> Fetch the complete documentation index at: https://docs.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

# リテンションポリシーの削除

export const InlineImage = ({src, alt = "", height = "1em"}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: "inline-block",
    verticalAlign: "middle",
    height: height,
    width: "auto",
    margin: "0"
  }} />;
};

<div className="article_labels_list" style={{display: 'none'}} dangerouslySetInnerHTML={{__html: "Box Governance , Governance , retention , Admin , Article , Established , Instruction , Govern"}} />

変更不可リテンションポリシーは撤回することしかできませんが、変更可能リテンションポリシーは削除することができます。 変更可能リテンションポリシーを削除すると、そのポリシーが適用されていたファイルには、以下の処理が行われます。

* ごみ箱内のファイル: ファイルにその他のリテンションポリシーが適用されている場合は、そのポリシーが適用されます。
* ごみ箱にないファイル: 影響はありません。 ファイルには他のリテンションポリシーが適用されている可能性があります。その場合は、ユーザーがそれらのファイルを削除すると、そのポリシーが適用されます。

**リテンションポリシーを削除するには:**

1. **\[管理コンソール] > \[Governance]** に移動します。
2. \[**リテンション**] タブをクリックします。
3. 変更可能リテンションポリシーの名前をクリックします。
4. \[**その他のオプション**] (<InlineImage src="/images/box-governance/more-options-button.png" />) をクリックし、\[**ポリシーの削除**] をクリックします。
5. \[ポリシーの削除] 確認ダイアログボックスで、\[**削除**] をクリックします。
