curl --request DELETE \
--url https://app.onlyfansapi.com/api/accounts/{id} \
--header 'Authorization: Bearer <token>'
Disconnect an OnlyFans account.
curl --request DELETE \
--url https://app.onlyfansapi.com/api/accounts/{id} \
--header 'Authorization: Bearer <token>'
You can retrieve your token by visiting the OnlyFansAPI Console and clicking API Keys -> Create API Key.
The ID of the account.
Success