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
}

Related questions

0 votes
asked Jun 5, 2020 in PouchDB by AdilsonLima
0 votes
asked Jun 5, 2020 in PouchDB by AdilsonLima
...