Deleting Verified Permissions policy stores - Amazon Verified Permissions

Deleting Verified Permissions policy stores

AWS Management Console
To delete a policy store
  1. Open the Verified Permissions console at https://console.aws.amazon.com/verifiedpermissions/. Choose your policy store.

  2. In the navigation pane on the left, choose Settings.

  3. Choose Delete this policy store.

  4. Type delete in the text box and choose Delete.

AWS CLI
To delete a policy store

You can delete a policy store by using the delete-policy-store operation.

$ aws verifiedpermissions delete-policy-store \ --policy-store-id PSEXAMPLEabcdefg111111

This command produces no output if successful.