Class ByProjectKeyMeDelete

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyMeDelete>, Deprecatable200Trait<ByProjectKeyMeDelete>, ErrorableTrait<ByProjectKeyMeDelete>, VersionedTrait<ByProjectKeyMeDelete>, ClientRequestCommand<Customer>, CreateHttpRequestCommand, HttpRequestCommand<Customer>, RequestCommand<Customer>



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