Webhooks
Delete a webhook
DELETE
Delete a webhook
Authorizations
Pass your API key as: Authorization: Bearer <API KEY>.
Path Parameters
The id of the webhook.
Example:
"rh_4ac124dde21"
Last modified on June 20, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url https://{domain}/api/site/webhooks/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": ""
}Pass your API key as: Authorization: Bearer <API KEY>.
The id of the webhook.
"rh_4ac124dde21"
Was this page helpful?
curl --request DELETE \
--url https://{domain}/api/site/webhooks/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": ""
}