Class ByProjectKeyMeShoppingListsKeyByKeyDelete

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



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