Skip to content

Delete Slack Bot

DELETE
/api/v3/organizations/{organisation}/ai/slack-bots/{botId}
curl --request DELETE \
--url https://dashboard.quantcdn.io/api/v3/organizations/example/ai/slack-bots/example \
--header 'Authorization: Bearer <token>'

Permanently deletes a Slack bot, disconnects it from the workspace, and deletes its backing AI agent.

organisation
required
string

The organisation ID

botId
required
string

The Slack bot ID

Slack bot deleted successfully

Media typeapplication/json
object
success
boolean
message
string
Example
{
"success": true,
"message": "Slack bot deleted successfully"
}

Access denied

Slack bot not found

Failed to delete Slack bot