Delete a PerformancePoint Services service application (SharePoint Server 2010)
Published: May 8, 2010
A PerformancePoint Services service application can be deleted by using the SharePoint Central Administration Web site or Windows PowerShell 2.0. The following steps show how to delete a PerformancePoint Services service application.
To delete a PerformancePoint Services service application by using Central Administration
-
Verify that you have the following administrative credentials:
-
To delete a service application, you must be a member of the farm administrators group.
-
-
On the Central Administration Home page, in the Application Management section, click Manage service applications.
-
Select the PerformancePoint Services service application that you want to delete.
-
On the ribbon, click Delete.
-
If you want to delete the associated database, select the Delete data associated with the Service Applications option.
Note:
This option is not available when you delete a service application with Windows PowerShell.
-
In the confirmation dialog box, click OK.
To delete a PerformancePoint Services service application by using Windows PowerShell
-
Verify that you meet the following minimum requirements: See Add-SPShellAdmin.
-
On the Start menu, click All Programs.
-
Click SharePoint 2010 Products.
-
Click SharePoint 2010 Management Shell.
-
From the Windows PowerShell command prompt (that is, PS C:\>), type the following command and press ENTER:
Remove-SPPerformancePointServiceApplication <ServiceAppName>
Note:
When you use this cmdlet to remove a PerformancePoint Services service application, the database is not removed from the database server.
For more information, see Remove-SPServiceApplication.
