cURL
curl --request DELETE \ --url https://api.pokulabs.com/webhooks/{webhookId} \ --header 'Authorization: Bearer <token>'
Permanently deletes a webhook from your account.
Authentication header containing your Poku API key. Find it in the Poku dashboard. The format is "Bearer YOUR_API_KEY"