Deletes a response headers policy.
See https://paws-r.github.io/docs/cloudfront/delete_response_headers_policy.html for full documentation.
cloudfront_delete_response_headers_policy(Id, IfMatch = NULL)
[required] The identifier for the response headers policy that you are deleting.
To get the identifier, you can use
list_response_headers_policies
.
The version of the response headers policy that you are deleting.
The version is the response headers policy’s ETag
value, which you can
get using
list_response_headers_policies
,
get_response_headers_policy
,
or
get_response_headers_policy_config
.