Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 370 Bytes

delete.md

File metadata and controls

26 lines (18 loc) · 370 Bytes

delete

Syntax

    dataset delete COLLECTION_NAME KEY

Description

  • delete - removes a JSON document from collection
    • requires JSON document name

Usage

This usage example will delete the JSON document withe the key r1 in the collection named "publications.ds".

    dataset delete publications.ds r1