curl --request DELETE \
--url http://localhost:3000/api/messaging/servers/{serverId}/agents/{agentId}
{
"success": true
}
Remove an agent from a server
curl --request DELETE \
--url http://localhost:3000/api/messaging/servers/{serverId}/agents/{agentId}
{
"success": true
}
Agent removed successfully
The response is of type object
.
Was this page helpful?