Skip to main content
DELETE
/
api
/
webhooks
/
{id}
Delete Webhook
curl --request DELETE \
  --url https://app.opencomputer.dev/api/webhooks/{id} \
  --header 'X-API-Key: <api-key>'
Delete a destination. It stops receiving events, drops out of list, and its delivery-provider endpoint is removed. Delivery history for a deleted destination is no longer queryable. See Webhooks.
id
string
required
Destination ID (whk_…).