> ## 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.

# Collection item deleted

> Triggered when a collection item is permanently deleted or moved to trash.

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


## OpenAPI

````yaml /api/openapi/webhooks.yaml webhook collection-item-deleted
openapi: 3.1.0
info:
  title: ButterCMS Webhooks API
  version: 2.0.0
  description: >
    Webhook event notifications sent by ButterCMS when content changes occur in
    your account.
  contact:
    email: support@buttercms.com
  license:
    name: ButterCMS Terms of Service
    url: https://buttercms.com/terms/
servers:
  - url: https://api.buttercms.com/v2
    description: ButterCMS API v2
security: []
tags:
  - name: Page events
    description: >
      Webhook event notifications sent by ButterCMS when page content changes
      occur in your account.
  - name: Post events
    description: >
      Webhook event notifications sent by ButterCMS when blog post changes occur
      in your account.
  - name: Collection events
    description: >
      Webhook event notifications sent by ButterCMS when collection item changes
      occur in your account.
  - name: Media events
    description: >
      Webhook event notifications sent by ButterCMS when media changes occur in
      your account.
paths: {}

````