function onAttachmentDeleted(handler: function): void;
handler(event: AttachmentDeletedEnvelope): void | Promise<void>
import { attachments } from "@wix/crm"; attachments.onAttachmentDeleted((event) => { // handle your event here });