ecp_mongo_drop_collection
Delete an entire MongoDB collection permanently. Confirm to remove the specified collection from the database, an irreversible action.
Instructions
Drop (delete) a collection entirely. Irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | ||
| db_name | Yes | ||
| collection_name | Yes |