Deletes a response headers policy
Source:R/cloudfront_operations.R
cloudfront_delete_response_headers_policy.RdDeletes a response headers policy.
See https://www.paws-r-sdk.com/docs/cloudfront_delete_response_headers_policy/ for full documentation.
Arguments
- Id
[required] The identifier for the response headers policy that you are deleting.
To get the identifier, you can use
list_response_headers_policies.- IfMatch
The version of the response headers policy that you are deleting.
The version is the response headers policy's
ETagvalue, which you can get usinglist_response_headers_policies,get_response_headers_policy, orget_response_headers_policy_config.