Class ByProjectKeyZonesByIDDelete

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



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