I could not delete the document. But the database itself can be deleted.
And I could not reproduce the error in the locale. Another developer says that he simply deleted the _id parameter and saved. I do not know what happened in CouchDB when he did it. But when I do this, it only recreates a new document (as expected).
So, I use couch_docs to get data locally.
Since id is empty, couch_docs does not import it. Therefore, you do not even need to delete it manually.
Then I reimport all the records in another database. I am changing the database name references in my configuration and everything is working fine.
Destroying the database is not a problem, although there is an empty identifier.
source share