Description
Deletes a record if the supplied guid exists otherwise it does nothing so returns a NoOp.
Delete the account record with the guid '30dd379c-ee2f-11db-8314-0800200c9a55'
Signature
DeleteRecordIfExists('entityname', 'guid')
Example
DeleteRecordIfExists('account', '30dd379c-ee2f-11db-8314-0800200c9a55')
Parameters
Name | Type | Description | Required |
---|---|---|---|
entityname | xxxx | xxxx | xxxx |
guid | xxxx | xxxx | xxxx |