cURL
curl --request DELETE \ --url https://www.itsconvo.com/api/v1/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>" } '
{ "data": { "id": "wh_abc123", "deleted": true } }
Revoke and delete a webhook by ID.
API key as Bearer token. Generate keys in your Convo dashboard settings.
Webhook ID to delete
Webhook deleted
Was this page helpful?