Removes an Autopilot configuration profile from a specified customer tenant.
The Remove-CIPPAutopilotConfig function removes an Autopilot configuration profile from a specified customer tenant. It uses the Invoke-CIPPRestMethod function to make a REST API call to delete the specified Autopilot profile.
![]()
![]()
The ID of the customer tenant from which to remove the Autopilot configuration. This parameter is mandatory.
![]()
![]()
The ID of the Autopilot profile to remove. This parameter is mandatory.
![]()
![]()
The display name of the Autopilot profile to remove. This parameter is optional.
![]()
![]()
The assignments associated with the Autopilot profile. This parameter is optional.
PS > Remove-CIPPAutopilotConfig -CustomerTenantID "contoso.onmicrosoft.com" -ProfileId "12345678-1234-1234-1234-123456789abc"PS > Remove-CIPPAutopilotConfig -CustomerTenantID "7ced1621-b8f7-4231-868c-bc6b1a2f1778" -ProfileId "87654321-4321-4321-4321-cba987654321" -DisplayName "Corporate Autopilot Profile"