DELETE
/
v0
/
webhooks
/
{id}
curl --request DELETE \
  --url https://api.exa.ai/websets/v0/webhooks/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "object": "webhook",
  "status": "active",
  "events": [
    "webset.created"
  ],
  "url": "<string>",
  "secret": "<string>",
  "metadata": {},
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

Your Exa API key

Path Parameters

id
string
required

The id of the webhook

Response

200
application/json

Webhook

The response is of type object.