Skip to main content
DELETE
/
v2
/
webhooks
/
{webhook_id}
Delete a webhook
curl --request DELETE \
  --url https://api.attio.com/v2/webhooks/{webhook_id} \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.attio.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

This API uses OAuth 2.0 with the authorization code grant flow.

Path Parameters

webhook_id
string<uuid>
required

A UUID identifying the webhook to delete.

Example:

"23e42eaf-323a-41da-b5bb-fd67eebda553"

Response

Success

Success