Class ByProjectKeyMeShoppingListsByIDDelete

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyMeShoppingListsByIDDelete,ShoppingList>
com.commercetools.api.client.ByProjectKeyMeShoppingListsByIDDelete
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyMeShoppingListsByIDDelete>, Deprecatable200Trait<ByProjectKeyMeShoppingListsByIDDelete>, ErrorableTrait<ByProjectKeyMeShoppingListsByIDDelete>, ExpandableTrait<ByProjectKeyMeShoppingListsByIDDelete>, VersionedTrait<ByProjectKeyMeShoppingListsByIDDelete>, io.vrap.rmf.base.client.ClientRequestCommand<ShoppingList>, io.vrap.rmf.base.client.RequestCommand<ShoppingList>



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