This Python script allows you to terminate webhooks by sending DELETE requests to the specified URLs.
- Run the script using Python.
- Enter the URLs of the webhooks, with each URL on a separate line in the input box.
- Click the "Terminate Webhooks" button to send DELETE requests to the specified URLs.
- View the output box to see the status of each DELETE request.
- Python 3.x
- tkinter (for GUI)
- requests
You can install the dependencies using the following command:
pip install tkinter requests