This will remove all the entries with the specified relation/collection name in the specified component.
ormEvictCollection(componentName,relationName,[id])
ormEvictCollection(componentName, relationName [, id])
→ returns void
To evict all the association or collection data of collection arts belonging to the component CArtists:
<cfset ormEvictCollection("CArtists", "arts")>