cURL
curl --request DELETE \ --url https://api.kakiyo.com/v1/webhooks/{webhookId} \ --header 'Authorization: Bearer <token>'
{ "id": "webhook_12345abcde", "message": "Webhook deleted successfully" }
Deletes an existing webhook
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the webhook to delete
Webhook deleted successfully
"webhook_12345abcde"
"Webhook deleted successfully"