delete

View as MarkdownOpen in Claude

Delete a video conference.

Path parameters

idstringRequiredformat: "uuid"
Unique ID of the video conference.

Response

Example

from signalwire.rest import RestClient
client = RestClient(
project="your-project-id",
token="your-api-token",
host="your-space.signalwire.com",
)
client.video.conferences.delete("conference-id")