Skip to main content
WEBHOOK
collection-item-deleted
{
  "data": {
    "id": "testimonials",
    "itemid": "/v2/content/?keys=testimonials[_id=3456]",
    "label": "Customer Review - ABC Corp",
    "editor": "Content Moderator",
    "timestamp": "2024-01-15T19:30:00",
    "locale": null,
    "status": "deleted"
  },
  "webhook": {
    "event": "collectionitem.delete",
    "target": "https://yourapp.com/webhooks/buttercms"
  }
}
Triggered when a collection item is deleted. This event fires when:
  • A collection item is permanently removed from the system
  • A collection item is moved to trash and then permanently deleted

Body

application/json
data
object

Webhook data payload for collection item events

webhook
object

Webhook metadata included in all webhook payloads

Response

200

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