Class ByProjectKeyMeDelete

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



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