> @Consumes(MediaType.APPLICATION_JSON)
> - @Fallback(Fallbacks.VoidOnNotFoundOr404.class)
> - void rebootHardVirtualGuest(@PathParam("id") long id);
> + @Fallback(Fallbacks.NullOnNotFoundOr404.class)
> + boolean deleteObject(@PathParam("id") long id);Here also, `deleteVirtualGuest`. Apply this in general to all the methods in this API class that refer to VirtualGuests. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/296/files#r10452564
