deleteICollectionRowByMarker
Koleksiyon kayıt nesnesinin silinmesi
IntegrationCollections.deleteICollectionRowByMarker(id, marker)
const result = await IntegrationCollections.deleteICollectionRowByMarkerAndId('test_collection', 1);
Şema
marker:* string
koleksiyonun metin tanımlayıcısı
örnek: test_collection
id: number
koleksiyondaki kayıt tanımlayıcısı
örnek: 12
Başarılı silme durumunda true (başarısız silme durumunda false) döner (erişim için "collections.row.delete" izni gereklidir)