RelationDelete event fires whenever an existing record-level link between two objects is removed. The payload identifies both sides of the now-deleted relationship along with the governing association definition. Use this event to remove corresponding edges from external graph databases, update denormalized data, or trigger cleanup workflows when records are unlinked.
Payload
Example payload
Related
- Relation Create — fires when a record-level link is established
- Associations API — manage association definitions and relations