method IKvNamespace.delete IKvNamespace.delete(key: string): Promise<void> Removes a value. Succeeds whether or not the key existed. Parameters key: string The key to remove Return Type Promise<void>