Skip to content

Simple python script for clearing out SDK, soft client, and device registrations for an individual user.

License

Notifications You must be signed in to change notification settings

wxsd-sales/clear-device-registrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Clear-Device-Registrations

This is a simple python script for clearing out SDK, soft client, and device registrations for an individual user.

It is sometimes the case that while testing a new browser SDK integration, you will hit a device registration limit if you are refreshing your page many times in a short period of time.

This script attempts to resolve this issue for a single user.

Setup

Prerequisites & Dependencies:

  1. python version >= 3.8
  2. pip install modules.

Installation:

  1. Clone this repository
  2. Set a user token for the impacted user on line 9 of clear_devices.py
  3. Navigate to the cloned directory in your terminal, and make sure you have the requests module installed. Run:
pip install requests
  1. Run the following in the terminal:
python clear_devices.py

License

All contents are licensed under the MIT license. Please see license for details.

Disclaimer

Everything included is for demo and Proof of Concept purposes only. Use of the site is solely at your own risk. This site may contain links to third party content, which we do not warrant, endorse, or assume liability for. These demos are for Cisco Webex usecases, but are not Official Cisco Webex Branded demos.

Support

Please reach out to the WXSD team at wxsd@external.cisco.com.

About

Simple python script for clearing out SDK, soft client, and device registrations for an individual user.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages