Sofa
Account

Delete integration

Remove a media server integration and all its event history.

DELETE
/account/integrations/{provider}
better-auth.session_token<token>

Better Auth session cookie

In: cookie

Path Parameters

provider*string

Media server provider type

Value in"plex" | "jellyfin" | "emby" | "sonarr" | "radarr"

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X DELETE "http://localhost:3000/api/v1/account/integrations/plex" \  -H "Content-Type: application/json" \  -d '{}'
Empty