Class ByProjectKeyInStoreKeyByStoreKeyMeDelete

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyMeDelete,Customer>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyMeDelete
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyInStoreKeyByStoreKeyMeDelete>, VersionedTrait<ByProjectKeyInStoreKeyByStoreKeyMeDelete>, io.vrap.rmf.base.client.ClientRequestCommand<Customer>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<Customer>, io.vrap.rmf.base.client.RequestCommand<Customer>

public class ByProjectKeyInStoreKeyByStoreKeyMeDelete extends io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyMeDelete,Customer> implements VersionedTrait<ByProjectKeyInStoreKeyByStoreKeyMeDelete>, ConflictingTrait<ByProjectKeyInStoreKeyByStoreKeyMeDelete>


   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer.Customer>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .me()
            .delete()
            .withVersion(version)
            .execute()