A standalone, single-file PHP tool to easily delete SwitchBot API Webhooks.
This script solves two common pain points when working with the SwitchBot API:
- CORS Errors: It acts as a server-side proxy, bypassing browser Cross-Origin Resource Sharing (CORS) restrictions.
- Authentication Complexity: It automatically generates the required
HMAC-SHA256signature (sign),nonce, and timestamp (t) headers required for SwitchBot API v1.1.