> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useautumn.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Resource Deleted

> When a Vercel resource is deleted, you'll need to handle de-provisioning any API keys or other non-Autumn controlled data for this user.

### Payload Fields

<ParamField body="resource" type="object" required>
  The resource that was deleted.

  <Expandable title="properties">
    <ParamField body="id" type="string" required>
      The unique identifier of the deleted resource.
    </ParamField>
  </Expandable>
</ParamField>

<ParamField body="installation_id" type="string" required>
  The Vercel integration configuration ID.
</ParamField>


## OpenAPI

````yaml api/openapi.yml webhook vercel.resources.deleted
openapi: 3.1.0
info:
  title: Autumn API
  version: 2.3.0
servers:
  - url: https://api.useautumn.com
    description: Production server
security:
  - secretKey: []
paths: {}
components:
  securitySchemes:
    secretKey:
      type: http
      scheme: bearer
      bearerFormat: JWT

````