Deletes a resource policy from the target Amazon Web Services account.
See https://www.paws-r-sdk.com/docs/xray_delete_resource_policy/ for full documentation.
xray_delete_resource_policy(PolicyName, PolicyRevisionId = NULL)
[required] The name of the resource policy to delete.
Specifies a specific policy revision to delete. Provide a
PolicyRevisionId
to ensure an atomic delete operation. If the provided
revision id does not match the latest policy revision id, an
InvalidPolicyRevisionIdException
exception is returned.