RUAL Documentation

remove document

This block is part of the storage group and was last modified in core v13.0.8.

remove document v9.2.5

Removes the given document from the given storage.

Pin Pin Type Default
flow
flow
guid
The documents GUID (unique ID) to remove.
value
expiry
When a document is given an expiry date, the document will be unrecoverably deleted on the given date
date
update priority
A document update can be important for search relevance or not, by poviding the system a priority you can help it understand what updates are high priority (1) and what updates can be delayed without huge impact for search relevance (3). 1 is highest priority, 2 is medium priority, 3 is low priority and 0 is wait-for-insert.
number 1
storage
The storage this document should be removed in.
storage
Pin Pin Type Example
flow
flow
Object
The removed document
object
guid
The unique _meta.guid of this document.
value
success
Returns true in case the removal succeeded
condition
error
value

Core Releases

v9.2.5 This block was introduced in v9.2.5, click here to see the release notes. v13.0.8 This block was last modified in v13.0.8, click here to see the release notes.
Back to storage Return to the main group to view all sub-groups Back to storage Return to the group to view all blocks within this group