Remove Fake Profile
RemoveFakeProfile(citizenId)
Removes an existing fake profile from the MDT database using the citizen ID.
Usage
Parameters
Field
Type
Required
Description
citizenid
string
✅
Unique citizen ID of the profile to remove.
Returns
true, "Profile removed successfully"
– When the profile is deleted successfully.false, "Missing citizenid"
– If no citizen ID is provided.
Example
Last updated