PermanentDeleteBot permanently deletes a bot and its corresponding user. @tag Bot Minimum server version: 5.10
(botUserId string)
| 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 | // |
no outgoing calls