API / Webhooks
DELETE
/v1/webhooks/{id}scope: editMCP: delete_webhook
Supprime un webhook.
Paramètres
| Nom | Emplacement | Type | Requis | Description |
|---|---|---|---|---|
id | chemin | string | oui | ID du webhook. |
Exemple de requête
curl -X DELETE https://deklip.com/v1/webhooks/{id} \
-H "Authorization: Bearer dk_live_VOTRE_CLE"Exemple de réponse
{
"ok": true
}Via MCP: cet endpoint correspond à l'outil
delete_webhook.