Skip to main content
DELETE
/
webhooks
/
{webhookId}
Delete webhook
curl --request DELETE \
  --url https://api.pokulabs.com/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Authentication header containing your Poku API key. Find it in the Poku dashboard. The format is "Bearer YOUR_API_KEY"

Path Parameters

webhookId
string<uuid>
required