zone_deleteZone

Deletes a zone.

Syntax

public void zone_deleteZone( String accessToken, String zoneName );

Description

The zone_deleteZone operation deletes a zone.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

zoneName

A string containing the name of the zone you want to delete.

return_value

None.

See Also