Class ByProjectKeyTypesKeyByKeyDelete

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



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