Deletes the resource-based policy attached to a private CA. Deletion will remove any access that the policy has granted. If there is no policy attached to the private CA, this action will return successful.
See https://www.paws-r-sdk.com/docs/acmpca_delete_policy/ for full documentation.
acmpca_delete_policy(ResourceArn)
[required] The Amazon Resource Number (ARN) of the private CA that will have its
policy deleted. You can find the CA's ARN by calling the
list_certificate_authorities
action. The ARN value must have the form
arn:aws:acm-pca:region:account:certificate-authority/01234567-89ab-cdef-0123-0123456789ab
.