OnlyFans API
Collections user lists

Remove User from a User List

Remove User from OnlyFans User List

DELETE
/api/{account}/user-lists/{userListId}/users/{userId}
AuthorizationBearer <token>

Get your API Key from OnlyFansAPI Console - https://app.onlyfansapi.com/api-keys

In: header

Path Parameters

accountstring

The Account ID

userListIdinteger

OnlyFans User List ID

userIdinteger

OnlyFans User ID

Response Body

curl -X DELETE "https://app.onlyfansapi.com/api/string/user-lists/0/users/0"
{
  "data": {
    "list": {
      "id": 1224114714,
      "type": "custom",
      "name": "Custom - OFAPI Test",
      "usersCount": 2,
      "postsCount": 257,
      "order": "default",
      "direction": "asc",
      "canUpdate": true,
      "canDelete": true,
      "canManageUsers": true,
      "canAddUsers": true,
      "canPinnedToFeed": true,
      "isPinnedToFeed": false,
      "canPinnedToChat": true,
      "isPinnedToChat": false,
      "sortList": [],
      "users": [
        {
          "view": "t",
          "id": 254,
          "name": "OnlyFans Creators",
          "username": "onlyfanscreators",
          "isVerified": true,
          "avatar": "https://public.onlyfans.com/files/j/jr/jrh/jrhrmrkcgwyldumcgfgsij7h9hncsf3b1640855614/avatar.jpg",
          "avatarThumbs": {
            "c50": "https://thumbs.onlyfans.com/public/files/thumbs/c50/j/jr/jrh/jrhrmrkcgwyldumcgfgsij7h9hncsf3b1640855614/avatar.jpg",
            "c144": "https://thumbs.onlyfans.com/public/files/thumbs/c144/j/jr/jrh/jrhrmrkcgwyldumcgfgsij7h9hncsf3b1640855614/avatar.jpg"
          }
        }
      ]
    },
    "userState": {
      "id": 1224114714,
      "type": "custom",
      "name": "Custom - OFAPI Test",
      "hasUser": false,
      "canAddUser": true,
      "cannotAddUserReason": null
    }
  },
  "_meta": {
    "_credits": {
      "used": 1,
      "balance": 224743,
      "note": "Always"
    },
    "_cache": {
      "is_cached": false,
      "note": "Cache disabled for this endpoint"
    },
    "_rate_limits": {
      "limit_minute": 1000,
      "limit_day": 50000,
      "remaining_minute": 998,
      "remaining_day": 49945
    }
  }
}