Skip to main content
WEBHOOK
blog-post-locale-deleted
{
  "data": {
    "id": "outdated-announcement",
    "_id": 3456,
    "locale": "de"
  },
  "webhook": {
    "event": "post.localization.delete",
    "target": "https://yourapp.com/webhooks/buttercms"
  }
}

Documentation Index

Fetch the complete documentation index at: https://buttercms.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Triggered when a localized blog post is unpublished or deleted. This event fires when:
  • A published localized blog post is moved to trash
  • A published localized blog post is permanently deleted
  • A published localized blog post is unpublished
The payload includes the locale field identifying which locale variant was deleted.

Body

application/json
data
object

Webhook data payload for localized blog post events. Includes locale to identify which locale variant triggered the event.

webhook
object

Webhook metadata included in all webhook payloads

Response

200

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