Deletes a Web service collection.
delete entity
<taskdef name="wst_antTask" classname="com.sybase.wst.wstool.ant.AntTask"/> <target name="delete" > <wst_antTask command="delete" entity=”entity” >
Where:
Option  | 
Description  | 
|---|---|
entity  | 
collection:CollectionName – identifies the Web service collection you are deleting.  | 
This command deletes MyWebServiceCollection:
wstool delete collection:MyWebServiceCollection
Ant build example:
<wst_antTask command="delete" entity="collection:myCollection/>