deleteICollectionRowByMarker
Deletion of collection record object
IntegrationCollections.deleteICollectionRowByMarker(id, marker)
const result = await IntegrationCollections.deleteICollectionRowByMarkerAndId('test_collection', 1);
Schema
marker:* string
text identifier of the collection
example: test_collection
id: number
record identifier in the collection
example: 12
Returns true (in case of successful deletion) or false (in case of unsuccessful deletion) (permission "collections.row.delete" required for access)