Class ByProjectKeyTypesByIDDelete

All Implemented Interfaces:
ApiDeleteMethod<ByProjectKeyTypesByIDDelete,Type>, ConflictingTrait<ByProjectKeyTypesByIDDelete>, Deprecatable200Trait<ByProjectKeyTypesByIDDelete>, ErrorableTrait<ByProjectKeyTypesByIDDelete>, ExpandableTrait<ByProjectKeyTypesByIDDelete>, VersionedTrait<ByProjectKeyTypesByIDDelete>, ClientRequestCommand<Type>, CreateHttpRequestCommand, HttpRequestCommand<Type>, RequestCommand<Type>



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