Class ByProjectKeyZonesKeyByKeyDelete

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyZonesKeyByKeyDelete,Zone>
com.commercetools.api.client.ByProjectKeyZonesKeyByKeyDelete
All Implemented Interfaces:
ApiDeleteMethod<ByProjectKeyZonesKeyByKeyDelete,Zone>, ConflictingTrait<ByProjectKeyZonesKeyByKeyDelete>, Deprecatable200Trait<ByProjectKeyZonesKeyByKeyDelete>, ErrorableTrait<ByProjectKeyZonesKeyByKeyDelete>, ExpandableTrait<ByProjectKeyZonesKeyByKeyDelete>, VersionedTrait<ByProjectKeyZonesKeyByKeyDelete>, 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()
            .withKey("{key}")
            .delete()
            .withVersion(version)
            .execute()