cURL
curl --request DELETE \ --url https://api.wavix.com/v2/webrtc/tokens/{uuid} \ --header 'Authorization: Bearer <token>'
{ "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.
Bearer token using appid (Authorization: Bearer )
Token ID
Widget token successfully deleted
true
Was this page helpful?