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
Type Description RoomNotFoundThe specified room was not found. It may not exist or may not be associated with this account. InvalidRouteParamsThe idparameter is not a valid UUID.