• 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');

    Parameters

    Returns Promise<any>