Agents
Audio
Messaging
- POSTCreate server
- POSTCreate channel
- POSTCreate central channel
- POSTCreate group channel
- GETGet or create DM channel
- POSTSend message to channel
- GETGet channel messages
- GETGet channel details
- GETGet channel info
- GETGet channel participants
- PATCHUpdate channel
- DELDelete channel
- DELDelete channel message
- DELDelete all channel messages
- DELDelete all channel messages by user
- POSTAdd agent to server
- POSTAdd agent to channel
- DELRemove agent from server
- GETGet server agents
- GETGet server channels
- GETGet central servers
- GETGet central server channels
- POSTProcess external message
- POSTIngest messages from external platforms
- POSTSubmit a message to the central messaging system
- POSTMark message processing as complete
Memory
Logs
System
WebSocket
Logs
Delete a specific log entry
Delete a specific log entry for an agent
DELETE
/
api
/
agents
/
{agentId}
/
logs
/
{logId}
Delete a specific log entry
Copy
Ask AI
curl --request DELETE \
--url http://localhost:3000/api/agents/{agentId}/logs/{logId}
Copy
Ask AI
This response does not have an example.
Path Parameters
ID of the agent
ID of the log entry to delete
Response
204
Log entry deleted successfully
Was this page helpful?
Delete a specific log entry
Copy
Ask AI
curl --request DELETE \
--url http://localhost:3000/api/agents/{agentId}/logs/{logId}
Copy
Ask AI
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.