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.
Example response
{
"success": true
}