DeleteKeyValueStore - Amazon CloudFront

DeleteKeyValueStore

Specifies the key value store to delete.

Request Syntax

DELETE /2020-05-31/key-value-store/Name HTTP/1.1 If-Match: IfMatch

URI Request Parameters

The request uses the following URI parameters.

If-Match

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

Required: Yes

Name

The name of the key value store.

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: ^[a-zA-Z0-9-_]{1,64}$

Required: Yes

Request Body

The request does not have a request body.

Response Syntax

HTTP/1.1 204

Response Elements

If the action is successful, the service sends back an HTTP 204 response with an empty HTTP body.

Errors

For information about the errors that are common to all actions, see Common Errors.

AccessDenied

Access denied.

HTTP Status Code: 403

CannotDeleteEntityWhileInUse

The key value store entity cannot be deleted while it is in use.

HTTP Status Code: 409

EntityNotFound

The key value store entity was not found.

HTTP Status Code: 404

InvalidIfMatchVersion

The If-Match version is missing or not valid.

HTTP Status Code: 400

PreconditionFailed

The precondition in one or more of the request fields evaluated to false.

HTTP Status Code: 412

UnsupportedOperation

This operation is not supported in this region.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: