cURL
curl --request DELETE \ --url 'https://api.wavix.com/v1/webrtc/tokens/{uuid}?appid='
{ "success": true }
Use this method to delete a Wavix Embeddable Widget token. After deletion, the token can’t be used to authenticate widget sessions, and any active session associated with it will be terminated.
An API key to authorize your request
Token ID
Widget token successfully deleted
true
Was this page helpful?