Skip to main content
DELETE
/
webrtc
/
tokens
/
{uuid}
Delete a Wavix Embeddable Widget token
curl --request DELETE \
  --url https://api.wavix.com/v2/webrtc/tokens/{uuid}
{
  "success": true
}

Authorizations

appid
string
query
required

An API key to authorize your request

Path Parameters

uuid
string<uuid>
required

Token ID

Response

Widget token successfully deleted

success
boolean
Example:

true

I