

# Delete a resource-based delegation policy with Amazon Organizations
<a name="delete-delegated-resource-based-policy"></a>

When you no longer need to delegate the management of policies in your organization, you can delete the resource-based delegation policy from the organization's management account.

**Important**  
If you delete your resource-based delegation policy, you can't recover it.

**Minimum permissions**  
To delete the resource-based delegation policy, you need permissions to run the following action: `organizations:DeleteResourcePolicy`. 

------
#### [ Amazon Web Services Management Console ]

**To delete a delegation policy**

1. Sign in to the [Amazon Organizations console](https://console.amazonaws.cn/organizations/v2). You must sign in as an IAM user, assume an IAM role, or sign in as the root user ([not recommended](https://docs.amazonaws.cn/IAM/latest/UserGuide/best-practices.html#lock-away-credentials)) in the organization’s management account.

1. Choose **Settings**.

1. In the **Delegated administrator for Amazon Organizations** section, choose **Delete**.

1. In the **Delete policy** confirmation dialog box, type **delete**. Then, choose **Delete policy**.

------
#### [ Amazon CLI & Amazon SDKs ]

**Delete a delegation policy**  
You can use the following command to delete a delegation policy: 
+ Amazon CLI: [delete-resource-policy](https://docs.amazonaws.cn/cli/latest/reference/organizations/delete-resource-policy.html)

  The following example deletes the policy.

  ```
  $ aws organizations delete-resource-policy
  ```
+ Amazon SDK: [DeleteResourcePolicy](https://docs.amazonaws.cn/organizations/latest/APIReference/API_DeleteResourcePolicy.html)

------