DELETE
/
v2
/
webhooks
/
{webhook_id}
curl --request DELETE \
  --url https://api.attio.com/v2/webhooks/{webhook_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

webhook_id
string
required

A UUID identifying the webhook to delete.

Example:

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

Response

200
application/json

Success