v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-10-2916802.4 MB
🚫 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

{"stackTrail":"paths:/reset-db:delete:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown","example":null,"nullable":true}
messagestring
statusCodenumber
successboolean

Example response

{
  "message": "Database dropped successfully",
  "statusCode": 200,
  "success": true
}