Delete Records
Deletes record(s) matching the provided criteria from the given table. The record selection criteria can either be one or more input parameter expressions (matching multiple records), a single record identified by record_id options, or all records when using delete_all_records. Note that the three selection criteria are mutually exclusive. This operation cannot be run on a collection or a view. The operation is synchronous meaning that a response will not be available until the request is completely processed and all the matching records are deleted.
Output Parameter Description
Name |
Type |
Description |
count_deleted |
long |
Total number of records deleted across all
expressions. |
counts_deleted |
array
of
longs |
Total number of records deleted per
expression. |