Skip to main content

deleteICollectionRowByMarker

Deletion of collection record object.

Description

IntegrationCollections.deleteICollectionRowByMarker( marker, id );

Parameters schema

Schema

marker:* string
text identifier of the collection
example: test_collection

id: number
record identifier in the collection
example: 12

Examples

Minimal example

const result = await IntegrationCollections.deleteICollectionRowByMarkerAndId('test_collection', 1);

Returns true (in case of successful deletion) or false (in case of unsuccessful deletion) (permission "collections.row.delete" required for access)