Remove-SASProfile Function

Deletes a profile with the specified ID from the list of profiles for the SAS Web Parts.

Syntax

Remove-SASProfile -ProfileID profile-ID -SiteUrl ‘http://siteurl.com

Details

Required Arguments

Profile ID
the ID of the profile that you want to delete.
SiteURL
the URL for the site collection that hosts the list of profiles.

Example

Remove-SASProfile -ProfileID 1 -SiteUrl 'http://mysite.com'