curl --request DELETE \
--url https://api.helicone.ai/v1/webhooks/{webhookId} \
--header 'authorization: <api-key>'
{}
Delete a webhook
curl --request DELETE \
--url https://api.helicone.ai/v1/webhooks/{webhookId} \
--header 'authorization: <api-key>'
{}
eu.api.helicone.ai
instead of
api.helicone.ai
.Ok
The response is of type object
.
Was this page helpful?