chore: Add Swagger docs for Platform APIs (#2349)
This commit is contained in:
14
swagger/paths/platform/agent_bots/delete.yml
Normal file
14
swagger/paths/platform/agent_bots/delete.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user