Caltech Library logo

delete

Syntax

    dataset COLLECTION_NAME delete KEY

Description

Usage

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

    dataset publications.ds delete r1

Related topics: create, read, and update