Class ByProjectKeyShoppingListsKeyByKeyDelete

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



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