REST ClientVideoVideoConferencesdeleteCopy page|View as Markdown|Open in Claude|More actionsDelete a video conference. Path parametersidstringRequiredformat: "uuid"Unique ID of the video conference.Response Example import { RestClient } from "@signalwire/sdk";const client = new RestClient({ project: "your-project-id", token: "your-api-token", host: "your-space.signalwire.com",});await client.video.conferences.delete("conference-id");