0 votes
in PouchDB by
db.destroy([options], [callback])

Delete the database. Note that this has no impact on other replicated databases.

Example Usage

Example Response:

{
  "ok" : true
}

...