Class ByProjectKeyZonesByIDDelete

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



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