onDraftDeleted( )


Notes:

Triggered when a draft post is deleted.

Permissions
Manage Blog
Read Draft Blog Posts
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

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

JavaScript
Did this help?