Class ByProjectKeyMeShoppingListsByIDDelete

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



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