Skip to main content
DELETE
/
api
/
agents
/
{agentId}
/
rooms
/
{roomId}
Delete a room
curl --request DELETE \
  --url http://localhost:3000/api/agents/{agentId}/rooms/{roomId}
{
  "success": false,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": "<string>"
  }
}

Path Parameters

agentId
string<uuid>
required

ID of the agent

roomId
string<uuid>
required

ID of the room to delete

Response

Room deleted successfully