---
title: "Reset conference token"
method: POST
path: "/api/video/conference_tokens/{id}/reset"
tags: ["Conference Tokens"]
---

# Reset conference token

`POST /api/video/conference_tokens/{id}/reset`

Reset a conference token by ID.

#### Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: _Video_.

[Learn more about API scopes](/docs/platform/your-signalwire-api-space).

## Path parameters

- `id` string, uuid, required — Universal Unique Identifier.

## Response `200`

Conference token response object.

- VideoConferenceToken — A conference token object.
  - `id` string, uuid, required — Universal Unique Identifier.
  - `name` string, nullable, required — Name of the conference token.
  - `token` string, required — Conference token's randomly generated sequence.
  - `scopes` string[], required — List of permissions.

## Other responses

- `400` — The request is invalid.
- `401` — Access is unauthorized.
- `404` — The server cannot find the requested resource.
- `500` — An internal server error occurred.

---

[API](https://skmtc.net/signalwire/apis/signalwire-rest-api.md) · [All operations](https://skmtc.net/signalwire/apis/signalwire-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signalwire/signalwire-rest-api/versions/05c5164b85c7/schema)
