Class ByProjectKeyMeShoppingListsKeyByKeyDelete

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyMeShoppingListsKeyByKeyDelete,ShoppingList>
com.commercetools.api.client.ByProjectKeyMeShoppingListsKeyByKeyDelete
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyMeShoppingListsKeyByKeyDelete>, Deprecatable200Trait<ByProjectKeyMeShoppingListsKeyByKeyDelete>, ErrorableTrait<ByProjectKeyMeShoppingListsKeyByKeyDelete>, ExpandableTrait<ByProjectKeyMeShoppingListsKeyByKeyDelete>, VersionedTrait<ByProjectKeyMeShoppingListsKeyByKeyDelete>, 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}")
            .me()
            .shoppingLists()
            .withKey("{key}")
            .delete()
            .withVersion(version)
            .execute()