Skip to main content
WEBHOOK
blog-post-deleted
{
  "data": {
    "id": "outdated-announcement",
    "_id": 3456
  },
  "webhook": {
    "event": "post.delete",
    "target": "https://yourapp.com/webhooks/buttercms"
  }
}
Triggered when a published blog post is unpublished or deleted. This event fires when:
  • A published blog post is moved to trash
  • A published blog post is permanently deleted
  • A published blog post is unpublished (soft delete)

Body

application/json
data
object

Webhook data payload for blog post events

webhook
object

Webhook metadata included in all webhook payloads

Response

200

Return a 200 status to indicate that the data was received successfully