Class ByProjectKeyShoppingListsKeyByKeyDelete

All Implemented Interfaces:
ApiDeleteMethod<ByProjectKeyShoppingListsKeyByKeyDelete,ShoppingList>, ConflictingTrait<ByProjectKeyShoppingListsKeyByKeyDelete>, DataerasureTrait<ByProjectKeyShoppingListsKeyByKeyDelete>, Deprecatable200Trait<ByProjectKeyShoppingListsKeyByKeyDelete>, ErrorableTrait<ByProjectKeyShoppingListsKeyByKeyDelete>, ExpandableTrait<ByProjectKeyShoppingListsKeyByKeyDelete>, VersionedTrait<ByProjectKeyShoppingListsKeyByKeyDelete>, ClientRequestCommand<ShoppingList>, CreateHttpRequestCommand, HttpRequestCommand<ShoppingList>, RequestCommand<ShoppingList>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.shopping_list.ShoppingList>> result = apiRoot
            .withProjectKey("{projectKey}")
            .shoppingLists()
            .withKey("{key}")
            .delete()
            .withVersion(version)
            .execute()