{
"type": "<string>",
"data": {
"resource": {
"id": "<string>"
},
"installation_id": "<string>"
}
}Vercel
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.
WEBHOOK
vercel.resources.deleted
{
"type": "<string>",
"data": {
"resource": {
"id": "<string>"
},
"installation_id": "<string>"
}
}Payload Fields
The resource that was deleted.
Show properties
Show properties
The unique identifier of the deleted resource.
The Vercel integration configuration ID.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
200
Webhook received successfully.
⌘I