DELETE
/
api
/
agents
/
{agentId}
/
rooms
/
{roomId}
Delete a room
curl --request DELETE \
  --url http://localhost:3000/api/agents/{agentId}/rooms/{roomId}
This response does not have an example.

Path Parameters

agentId
string
required

ID of the agent

roomId
string
required

ID of the room to delete

Response

204

Room deleted successfully