Skip to content

Delete Slack Bot

DELETE
/api/v3/organizations/{organisation}/ai/slack-bots/{botId}

Permanently deletes a Slack bot and disconnects it from the workspace.

Authorizations

Parameters

Path Parameters

organisation
required
string

The organisation ID

botId
required
string

The Slack bot ID

Responses

200

Slack bot deleted successfully

object
success
boolean
true
message
string
Slack bot deleted successfully

403

Access denied

404

Slack bot not found

500

Failed to delete Slack bot