Delete user profiles
The following examples represent the deleting of user profiles separately from the deleting of the users. For more information, see the For developers: Delete users example. The examples describe how to delete a single user profile or all user profiles of type SitefinityProfile
.
Delete a single user profile
To delete a profile, you must get an instance of the profile. In this examples you get an instance of the profile by the ID of the user. For more information, see For developers: Query user profiles. Then, you call the DeleteProfile method of the manager. Finally, you save the changes.
Delete all user profiles
To delete all profiles of type SitefinityProfile
, you call the DeleteProfilesForProfileType
method and pass the SitefinityProfile
as a type.