MINARA

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.

MethodDELETE
Path/v1/auth/oauth/flows/:flowId
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryauth

On this page