Anonymize Users
Anonymize an identified user
If FS.identify
has been called to identify a user, calling FS.anonymize()
will release the identity of the current user and create a new anonymous session.
Call FS.anonymize()
when your users log out of your site.
This is equivalent to calling FS.identify(false)
.
Limits
- Sustained calls are limited to 30 calls per page per minute with a burst limit of 10 calls per second.