Delete OAuth app
tailscale_delete_oauth_appDelete a Tailscale OAuth app by ID, revoking its client secret and enrollment path; use tailscale_list_oauth_apps to find the app ID.
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) |