DELETE
/
api
/
accounts
/
{id}
curl --request DELETE \
  --url https://app.onlyfansapi.com/api/accounts/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

You can retrieve your token by visiting the OnlyFansAPI Console and clicking API Keys -> Create API Key.

Path Parameters

id
string
required

The ID of the account.

Response

204

Success