cURL
curl --request DELETE \ --url https://api.attio.com/v2/webhooks/{webhook_id} \ --header 'Authorization: Bearer <token>'
{}
Delete a webhook by ID.
Required scopes: webhook:read-write.
webhook:read-write
This API uses OAuth 2.0 with the authorization code grant flow.
A UUID identifying the webhook to delete.
"23e42eaf-323a-41da-b5bb-fd67eebda553"
Success
Was this page helpful?