# Delete a room **DELETE /api/Rooms/{id}** ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **id** (string(uuid)) The id of the room to delete ## Responses ### 200 Success ### 204 If the operation is successfully done ### 401 If the user is not authenticated ### 403 If the user is not authorized (not an admin) [Powered by Bump.sh](https://bump.sh)