Skip to content

Delete Key

cloudfrontkeyvaluestore_delete_key R Documentation

Deletes the key value pair specified by the key

Description

Deletes the key value pair specified by the key.

Usage

cloudfrontkeyvaluestore_delete_key(KvsARN, Key, IfMatch)

Arguments

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.

Value

A list with the following syntax:

list(
  ItemCount = 123,
  TotalSizeInBytes = 123,
  ETag = "string"
)

Request syntax

svc$delete_key(
  KvsARN = "string",
  Key = "string",
  IfMatch = "string"
)