Skip to main content

DELETE /v1/rooms/:id

The DELETE /v1/rooms/:id endpoint allows you to delete the specified room associated with your account.

HTTP Method
DELETE
URL
https://api.nomi.ai/v1/rooms/:id
URL Parameters
{
id: UUID;
}
Empty Response Body
Error Response Types
TypeDescription
RoomNotFoundThe specified room was not found. It may not exist or may not be associated with this account.
InvalidRouteParamsThe id parameter is not a valid UUID.