View source: R/cloudfrontkeyvaluestore_operations.R
cloudfrontkeyvaluestore_delete_key | R Documentation |
Deletes the key value pair specified by the key.
See https://www.paws-r-sdk.com/docs/cloudfrontkeyvaluestore_delete_key/ for full documentation.
cloudfrontkeyvaluestore_delete_key(KvsARN, Key, IfMatch)
KvsARN |
[required] The Amazon Resource Name (ARN) of the Key Value Store. |
Key |
[required] The key to delete. |
IfMatch |
[required] The current version (ETag) of the Key Value Store that you are deleting keys from, which you can get using DescribeKeyValueStore. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.