Class ByProjectKeyTypesKeyByKeyDelete

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyTypesKeyByKeyDelete,Type>
com.commercetools.api.client.ByProjectKeyTypesKeyByKeyDelete
All Implemented Interfaces:
ApiDeleteMethod<ByProjectKeyTypesKeyByKeyDelete,Type>, ConflictingTrait<ByProjectKeyTypesKeyByKeyDelete>, Deprecatable200Trait<ByProjectKeyTypesKeyByKeyDelete>, ErrorableTrait<ByProjectKeyTypesKeyByKeyDelete>, ExpandableTrait<ByProjectKeyTypesKeyByKeyDelete>, VersionedTrait<ByProjectKeyTypesKeyByKeyDelete>, io.vrap.rmf.base.client.ClientRequestCommand<Type>, io.vrap.rmf.base.client.RequestCommand<Type>



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