kv keys
Delete a key
Deletes a key. Idempotent: deleting a key that does not exist still succeeds. The namespace itself must exist and be provisioned.
delete/storage/kvs/{id}/keys/{key}
Path parameters
idstring uuid required
KV namespace ID
keystring required
Key name. Allowed characters: a-z A-Z 0-9 - _ / = .; maximum 256 characters; names starting with _ are reserved for system use. May contain /. When calling the HTTP API directly, URL-encode the key so the whole string is treated as one key (for example user/1 -> user%2F1). SDK users should pass the key raw - SDKs URL-encode path parameters automatically.
Response
Key deleted (returned even if the key did not exist)