cURL
curl --request DELETE \ --url https://api.tornadoapi.io/user/slack \ --header 'x-api-key: <x-api-key>'
{ "message": "Slack webhook removed" }
Remove Slack webhook notification configuration
curl -X DELETE "https://api.tornadoapi.io/user/slack" \ -H "x-api-key: sk_your_api_key"
{ "error": "Invalid API Key" }