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.
| Method | DELETE |
| Path | /v1/media/providers/fal/auth/:kind |
| Auth | Authorization: Bearer <token> required |
| Category | media |
Response body
{ "settings": { "preferredAuth": null }, "provider": { "oauthConnected": false, "apiKeyConnected": false, "activeAuth": null } }