---
title: "Delete a conference"
method: DELETE
path: "/api/v1/Account/{auth_id}/Conference/{conference_name}/"
tags: ["Conferences"]
---

# Delete a conference

`DELETE /api/v1/Account/{auth_id}/Conference/{conference_name}/`

Terminate a specific conference room and disconnect all members.

## Path parameters

- `auth_id` string, required
- `conference_name` string, required

## Response `204`

Conference deleted

---

[API](https://skmtc.dev/vobiz/apis/vobiz-api.md) · [All operations](https://skmtc.dev/vobiz/apis/vobiz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vobiz/vobiz-api/revisions/863f08cd6737/schema)
