DELETE
Supprimer un webhook
/webhooks/{webhook_id}Supprime un webhook.
Paramètres
Paramètres de chemin
| Nom | Type | Description |
|---|---|---|
webhook_idrequis | string | The webhook ID |
Exemples de code
curl -X DELETE "https://api.qamaq.io/api/v1/webhooks/{webhook_id}" \
-H "Authorization: Bearer qmq_your_api_key"Réponses
204Webhook deleted successfully
Pas de corps de réponse