Cancel web OAuth flow
DELETE /v1/auth/oauth/flows/:flowId — Cancel an in-flight web-OAuth flow — closes the bound loopback port immediately so the user (or a concurrent CLI login)
DELETE /v1/auth/oauth/flows/:flowId
Cancel an in-flight web-OAuth flow — closes the bound loopback port immediately so the user (or a concurrent CLI login) can retry without waiting for the 5-minute timeout. Called by the web UI when the user closes the re-authorize modal.
| Method | DELETE |
| Path | /v1/auth/oauth/flows/:flowId |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | auth |