paws.management (version 0.1.0)

organizations_delete_policy: Deletes the specified policy from your organization

Description

Deletes the specified policy from your organization. Before you perform this operation, you must first detach the policy from all organizational units (OUs), roots, and accounts.

Usage

organizations_delete_policy(PolicyId)

Arguments

PolicyId

[required] The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

The regex pattern for a policy ID string requires "p-" followed by from 8 to 128 lower-case letters or digits.

Request syntax

svc$delete_policy(
  PolicyId = "string"
)

Details

This operation can be called only from the organization's master account.

Examples

Run this code
# NOT RUN {
# The following example shows how to delete a policy from an organization.
# The example assumes that you previously detached the policy from all
# entities:
# 
# 
# }
# NOT RUN {
svc$delete_policy(
  PolicyId = "p-examplepolicyid111"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab