---
title: "Delete a widget token"
method: DELETE
path: "/v2/webrtc/tokens/{id}"
tags: ["Wavix Embeddable"]
---

# Delete a widget token

`DELETE /v2/webrtc/tokens/{id}`

Deletes the Wavix Embeddable widget token identified by `id`. The token can no longer authenticate widget sessions, and any active session using it ends.

## Path parameters

- `id` string, uuid, required

## Response `200`

Returns a success confirmation. The widget token is deleted.

- SuccessResponse
  - `success` boolean, required — Indicates whether the request was successful.

## Other responses

- `401` — Unauthorized
- `403` — Request failed. The feature is disabled for your account.
- `404` — Request failed. An object with the specified ID is not found.

---

[API](https://skmtc.net/wavix/apis/wavix-apis.md) · [All operations](https://skmtc.net/wavix/apis/wavix-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wavix/wavix-apis/revisions/b22f170488b6/schema)
