The following command deletes the 3.3.3.3 cluster.

Situation before delete:

<?xml version="1.0" encoding="ISO-8859-1"?>
<Response stat="200" code="ok">
<Success><Data><cluster><Index>1</Index>
<Name>addedcluster</Name>
<ClusterVSAddress></ClusterVSAddress><IPAddress>3.3.3.3</IPAddress>
<Checker>none</Checker>
<CheckerPort>0</CheckerPort>
<Type>default</Type>
<Enable>Y</Enable>
<LocationLatitude>0.00000000</LocationLatitude>
<LocationLongitude>0.00000000</LocationLongitude>
</cluster></Data>
</Success>
</Response>
curl -k "https://bal:1fourall@20.200.25.100/access/delcluster?ip=3.3.3.3"

Response:

<Response stat="200" code="ok">
<Success>Cluster deleted</Success>
</Response>

Situation after delete:

<?xml version="1.0" encoding="ISO-8859-1"?>
<Response stat="404" code="fail">

<Error>No geo data found</Error>

</Response>