deleteKeyValueStore

Specifies the key value store to delete.

Samples

// Use the following command to delete a KeyValueStore.
cloudFrontClient.deleteKeyValueStore {
    name = "my-keyvaluestore-name"
    ifMatch = "ETVPDKIKX0DER"
}