Class ByProjectKeyShoppingListsByIDDelete

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



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