MCPcopy
hub / github.com/mattermost/mattermost / PermanentDeleteBot

Method PermanentDeleteBot

server/public/plugin/api.go:1080–1080  ·  view source on GitHub ↗

PermanentDeleteBot permanently deletes a bot and its corresponding user. @tag Bot Minimum server version: 5.10

(botUserId string)

Source from the content-addressed store, hash-verified

1078 // @tag Bot
1079 // Minimum server version: 5.10
1080 PermanentDeleteBot(botUserId string) *model.AppError
1081
1082 // PluginHTTP allows inter-plugin requests to plugin APIs.
1083 //

Callers 15

PermanentDeleteBotMethod · 0.65
PermanentDeleteBotMethod · 0.65
DeletePermanentlyMethod · 0.65
TestGetServerLimitsFunction · 0.65
DeleteBotsMethod · 0.65
PermanentDeleteBotMethod · 0.65
TestCreateBotFunction · 0.65
TestPatchBotFunction · 0.65

Calls

no outgoing calls

Tested by 15

TestGetServerLimitsFunction · 0.52
DeleteBotsMethod · 0.52
TestCreateBotFunction · 0.52
TestPatchBotFunction · 0.52
TestGetBotFunction · 0.52
TestGetBotsFunction · 0.52
TestUpdateBotActiveFunction · 0.52
TestPermanentDeleteBotFunction · 0.52