ResetStoredProfileId
Resets the profile ID to empty string.
Usage
http://localhost:3000
- C#
- C++
- Obj-C
- Java
- JavaScript
- Dart
- Roblox
- GDScript
- Cloud Code
- Raw
_bc.ResetStoredProfileId();
_bc->resetStoredProfileId();
_bc.storedProfileId = @"";
_bc.resetStoredProfileId();
_bc.resetStoredProfileId();
_bc.resetStoredProfileId();
_bc:resetStoredProfileId()
var result = await _bc.reset_stored_profile_id()
if result.status == 200:
print("Success")
else:
print("Failed: %s" % result.status_message)
// N/A
// N/A
JSON Response
_bc.resetStoredProfileId();