curl --request DELETE \
--url https://api.lettermint.co/v1/webhooks/{webhookId} \
--header 'Authorization: Bearer <token>'{
"message": "Webhook deleted successfully."
}Permanently removes a webhook and all associated delivery records.
curl --request DELETE \
--url https://api.lettermint.co/v1/webhooks/{webhookId} \
--header 'Authorization: Bearer <token>'{
"message": "Webhook deleted successfully."
}