Deletes a zone.
public void zone_deleteZone( String accessToken, String zoneName );
The zone_deleteZone operation deletes a zone.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
A string containing the name of the zone you want to delete.
None.
Java objects in the Vibe sources (see Working with Java Objects)