Class ByProjectKeyTypesByIDDelete

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



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