Skip to content

mongodb delete-document

Delete mongodb Document

Description

Delete the document with given ID

Synopsis

mongodb delete-document
    [--site <site>]
    <database>
    <collection>
    <document>

Arguments

site - (string)

     Site where this command will be executed
     Example: --site "site-1"
     Default: input.site      Attributes: optional

database - (string)

     Name of the database
     Example: "database-1"
     Default: _None_      Attributes: required

collection - (string)

     Name of the collection
     Example: "collection-1"
     Default: _None_      Attributes: required

document - (string)

     Document value to ID the target document
     Example: "document-1"
     Default: _None_      Attributes: required

Examples

Input:

! mongodb delete-document "test-database-1" "test-collection-1" "{\"sample\":\"document\"}"
Output:
Document is dropped

Access Control

To use this command, you need access to the following:

Field Value
Action "delete"
Service Type "mongodb"
Service Instance
Namespace
Object Type "document"
Object ID document

Please see Access Control for details.