You can use the BinaryCatDelete
action to delete a binary category from IDOL Server. For details on this action, refer to the IDOL Server Reference. For example:
http://12.3.4.56:9000/action=BinaryCatDelete&Name=spam_binarycat
This action uses port 9000
to instruct IDOL Server, which is located on a machine with the IP address 12.3.4.56
, to delete the binary category named spam_binarycat
.
|