v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
Wavix Embeddable

Delete a widget token

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

delete/v2/webrtc/tokens/{id}

Path parameters

idstring uuid required

The UUID of the widget token to delete.

Response

Returns a success confirmation. The widget token is deleted.

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}