Delete Webhook
DELETE
/webhooks/{id} Delete a webhook
Path Parameters
id string required curl -X DELETE \
-H "x-api-key: dsk_your_api_key" \
https://api.tracore.io/webhooks/doc_abc123 import { TracoreClient } from '@tracore/sdk';
const client = new TracoreClient({ apiKey: 'dsk_your_api_key' });
await client.webhooks.delete('wh_abc123'); 204 Response