Delete a webhook (editor+)
DELETE
/api/v1/webhooks/{id}Parameters
This endpoint does not accept parameters.
Responses
204Webhook deleted
Request
curl -X DELETE "https://api.knowledgetree.dev/api/v1/webhooks/{id}" \
-H "Authorization: Bearer $KT_API_TOKEN"Response
204Webhook deleted
Example response not yet documented.