Class ByProjectKeyExtensionsByIDDelete

All Implemented Interfaces:
ApiDeleteMethod<ByProjectKeyExtensionsByIDDelete,Extension>, ConflictingTrait<ByProjectKeyExtensionsByIDDelete>, Deprecatable200Trait<ByProjectKeyExtensionsByIDDelete>, ErrorableTrait<ByProjectKeyExtensionsByIDDelete>, VersionedTrait<ByProjectKeyExtensionsByIDDelete>, ClientRequestCommand<Extension>, CreateHttpRequestCommand, HttpRequestCommand<Extension>, RequestCommand<Extension>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.extension.Extension>> result = apiRoot
            .withProjectKey("{projectKey}")
            .extensions()
            .withId("{ID}")
            .delete()
            .withVersion(version)
            .execute()