A backend event that fires when a forum post is deleted.
The onPostDeleted()
event handler runs when an existing forum post in your site is deleted.
The received DeletedPost
object contains information about the post that was deleted.
Note: Backend events are not fired when previewing your site.
Information about the forum post that was deleted.