Class ByProjectKeyChannelsByIDDelete

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



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