@Override
 @SuppressWarnings("unchecked")
 public CloudResource delete(
     OpenStackContext context, AuthenticatedContext auth, CloudResource resource)
     throws Exception {
   context
       .getParameter(OpenStackConstants.FLOATING_IP_IDS, List.class)
       .add(resource.getReference());
   return null;
 }