Disconnect an account
Delete/disconnect a creator account from this CRM panel, freeing its slot. Works for OnlyFans and Fansly accounts. This is the only way to release a paid slot.
Delete/disconnect a creator account from this CRM panel, freeing its slot. Works for OnlyFans and Fansly accounts. This is the only way to release a paid slot.
Guide: Connect an account
Authorization
apiKey Your CRM panel API key
In: header
Path Parameters
Creator account ID of the connected account (OnlyFans or Fansly). Use GET /accounts to list connected accounts and their IDs.
Response Body
application/json
curl -X DELETE "https://example.com/accounts/string"{ "success": true}List connected accounts GET
Returns every creator account connected to this CRM panel — OnlyFans and Fansly. Each entry carries of_user_id, username, and platform ("onlyfans" or "fansly"). Use…
Get polling settings GET
Read the background polling configuration for an account — whether polling is enabled, the interval, and whether write actions are allowed.