Delete

Table of Contents

Overview
Delete removes a document from a schema based on a given criteria.

Examples
round-pushpin Statement to delete a document from the Word schema for a given Id.
DELETE FROM
    WordList:Word
WHERE
    Id = 1

Related