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 RoomNotFound
The specified room was not found. It may not exist or may not be associated with this account. InvalidRouteParams
The id
parameter is not a valid UUID.