deleteCollection
Delete a collection by name in the default scope. If the collection doesn't exist, the operation will be no-ops. Note: the default collection cannot be deleted.
Parameters
name
the collection to be deleted
Throws
on failure
Delete a collection by name in the specified scope. If the collection doesn't exist, the operation will be no-ops. Note: the default collection cannot be deleted.
Parameters
collectionName
the collection to be deleted
scopeName
the scope from which to delete the collection
Throws
on failure