{
"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"
}
}Collection events
Collection item deleted
Triggered when a collection item is permanently deleted or moved to trash.
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
Was this page helpful?