Delete a profile. If the requested profile is the caller's curent profile, the next available profile will be selected.
import {Profiles} from '@verdocs/js-sdk/Users';await Profiles.deleteProfile('PROFILEID'); Copy
import {Profiles} from '@verdocs/js-sdk/Users';await Profiles.deleteProfile('PROFILEID');
Delete a profile. If the requested profile is the caller's curent profile, the next available profile will be selected.