mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-16 21:14:27 +08:00
15 lines
282 B
YAML
15 lines
282 B
YAML
tags:
|
|
- AgentBots
|
|
operationId: delete-an-agent-bot
|
|
summary: Delete an AgentBot
|
|
description: Delete an AgentBot
|
|
security:
|
|
- platformAppApiKey: []
|
|
responses:
|
|
200:
|
|
description: Success
|
|
401:
|
|
description: Unauthorized
|
|
404:
|
|
description: The agent bot does not exist
|