delete¶ KVStore.delete(key: str) → bool[source]¶ KV store 에서 key 에 해당하는 값을 삭제한다. Parameters: key (str) – key Returns: 성공 여부 Return type: bool