onContactDeleted( )


Notes:

Triggered when a contact is deleted.

If a contact is deleted as part of a merge, the originatedFrom property is sent as merge. Otherwise, originatedFrom isn't returned.

Permissions
Manage Challenges
Set Up Automations
Manage Members and Contacts - all permissions
Read Members and Contacts - all read permissions
Manage Contacts
Read Contacts
Manage Events
Manage Restaurants - all permissions
Manage Stores
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: ContactDeletedEnvelope): void | Promise<void>

Did this help?