MINARA

Disconnect Fal.ai authentication

DELETE /v1/media/providers/fal/auth/:kind — Removes either the saved Fal.ai sign-in profile or API-key override. The other method remains available.

DELETE /v1/media/providers/fal/auth/:kind

Removes either the saved Fal.ai sign-in profile or API-key override. The other method remains available.

MethodDELETE
Path/v1/media/providers/fal/auth/:kind
AuthAuthorization: Bearer <token> required
Categorymedia

Response body

{ "settings": { "preferredAuth": null }, "provider": { "oauthConnected": false, "apiKeyConnected": false, "activeAuth": null } }

On this page