dataset delete COLLECTION_NAME KEY
This usage example will delete the JSON document withe the key r1 in the collection named “publications.ds”.
dataset delete publications.ds r1
Related topics: create, read, and update