🚫 Danger Zone
Reset database
⚠️ DANGER ⚠️
This API endpoint is a potentially destructive operation designed to allow users to drop or delete an entire database associated with their account or application.
It should be used with caution as it permanently deletes all data stored in the specified database.
delete/reset-db
Response
Reset database
Example response
{
"message": "Database dropped successfully",
"statusCode": 200,
"success": true
}