For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Resources
Get started
ReferenceGuidesExamplesChangelog
ReferenceGuidesExamplesChangelog
  • Data API
    • Introduction
  • Token
    • GETGet Authorization User Info
    • GETGet Authorization Info
  • Sites
    • GETList Sites
    • GETGet Site
    • GETGet Custom Domains
    • POSTPublish Site
  • Pages and Components
  • CMS
  • Forms
  • Custom Code
  • Assets
  • Comments
    • GETList Comment Threads
    • GETGet Comment Thread
    • GETList Comment Replies
  • Ecommerce
  • Webhooks
    • GETList Webhooks
    • GETGet Webhook
    • POSTCreate Webhook
    • DELRemove Webhook
      • All Events
      • POSTForm Submission
      • POSTSite Publish
      • POSTPage Created
      • POSTPage Metadata Updated
      • POSTPage Deleted
      • POSTCollection Item Created
      • POSTCollection Item Updated
      • POSTCollection Item Deleted
      • POSTCollection Item Published
      • POSTCollection Item Unpublished
      • POSTNew eComm Order
      • POSTUpdated eComm Order
      • POSTUpdated eComm Inventory
      • POSTNew Comment Thread
  • Site Configuration
  • Enterprise
LogoLogo
Resources
Get started
WebhooksEvents

Collection Item Deleted

Payload
1{
2 "triggerType": "collection_item_deleted",
3 "payload": {
4 "id": "66424365e972c886137a1cf1",
5 "siteId": "65427cf400e02b306eaa049c",
6 "workspaceId": "625860a7a6c16d624927122f",
7 "collectionId": "664243617fcc8b464b23c4ee",
8 "cmsLocaleId": "681442a144bb80bd00480fda",
9 "lastUpdated": "2025-05-28T04:44:33.216Z",
10 "createdOn": "2025-05-28T04:27:12.667Z",
11 "isArchived": false,
12 "isDraft": false,
13 "fieldData": {
14 "name": "Earth",
15 "slug": "earth",
16 "description": "Mostly harmless",
17 "color": "#0000FF",
18 "type": "planet",
19 "galaxy": "Milky Way"
20 }
21 }
22}
Information about a deleted collection item
Was this page helpful?
Previous

Collection Item Published

Next
Built with

Payload

The payload of this webhook request is an object.
triggerTypestringOptional
The type of event that triggered the request
payloadobjectOptional
The payload of data sent from Webflow

Response

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