tailscale_delete_oauth_app
Delete an OAuth app to immediately revoke its client secret and prevent new devices from enrolling via it. Existing devices remain in the tailnet.
Instructions
Delete an OAuth App (Tailscale alpha). This is irreversible: the app's client secret stops working immediately and any integration using it loses its device-enrollment path, so no further device can be authorized through it. Devices already enrolled stay in the tailnet, exactly as they do when the auth key that added them is deleted. Use tailscale_list_oauth_apps to find the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The OAuth app ID to delete (see tailscale_list_oauth_apps) |