CloudFront / Client / delete_key_value_store

delete_key_value_store#

CloudFront.Client.delete_key_value_store(**kwargs)#

Specifies the key value store to delete.

See also: AWS API Documentation

Request Syntax

response = client.delete_key_value_store(
    Name='string',
    IfMatch='string'
)
Parameters:
  • Name (string) –

    [REQUIRED]

    The name of the key value store.

  • IfMatch (string) –

    [REQUIRED]

    The key value store to delete, if a match occurs.

Returns:

None

Exceptions