Application Express User's Guide > Advanced Programming Techni... > Using Collections > Deleting a Collection
| Deleting a Collection |  Previous |  Next | 
If you delete a collection, you delete the collection and all of its members, for example:
HTMLDB_COLLECTION.DELETE_COLLECTION ( p_collection_name => collection name );
Be aware that if you do not delete a collection, it will eventually be deleted when the session is purged. For example: