Skip to main content
WEBHOOK
vercel.resources.deleted
{
  "type": "<string>",
  "data": {
    "resource": {
      "id": "<string>"
    },
    "installation_id": "<string>"
  }
}

Payload Fields

resource
object
required
The resource that was deleted.
installation_id
string
required
The Vercel integration configuration ID.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
type
string
required

The webhook event type.

Allowed value: "vercel.resources.deleted"
data
object
required

Response

200

Webhook received successfully.