onPublishedContentDeleted( )


Notes:

Triggered when published content is deleted.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?