Files
cfw-autumn/apps/docs/mintlify/api-reference/webhooks/vercelResourcesDeleted.mdx
2026-03-23 16:29:36 +00:00

21 lines
503 B
Plaintext

---
title: "Resource Deleted"
openapi: "api/openapi.yml webhook vercel.resources.deleted"
---
### 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>