Skip to main content
DELETE
/
user
/
slack
Delete Slack Webhook
curl --request DELETE \
  --url https://api.tornadoapi.io/user/slack \
  --header 'x-api-key: <x-api-key>'
{
  "message": "Slack webhook removed"
}

Overview

Removes the Slack webhook notification configuration. You will no longer receive Slack notifications for failed jobs.

Header Parameters

x-api-key
string
required
Your API key for authentication

Examples

curl -X DELETE "https://api.tornadoapi.io/user/slack" \
  -H "x-api-key: sk_your_api_key"

Success Response

{
  "message": "Slack webhook removed"
}

Error Responses

{
  "error": "Invalid API Key"
}