How to Delete a Configuration Manager Object by Using Managed Code
In brief
The article’s service metadata now uses `configuration-manager` instead of `microsoft-endpoint-configuration-manager`.
What Intune admins need to know
No administrator action is required; this update affects documentation metadata.
This summary was assembled from the tracked documentation change. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
How to Delete a Configuration Manager Object by Using Managed Code
To delete a Configuration Manager object by using the managed SMS Provider, use the IResultObject.Delete method. You can get a IResultObject object for a Configuration Manager object in numerous ways. For more information, see How to Read a Configuration Manager Object by Using Managed Code
@@ -5,7 +5,7 @@ ms.date: 09/20/2016 ms.subservice: sdk ms.topic: how-to ms.collection: tier3-ms.service: microsoft-endpoint-configuration-manager+ms.service: configuration-manager --- # How to Delete a Configuration Manager Object by Using Managed Code To delete a Configuration Manager object by using the managed SMS Provider, use the [IResultObject.Delete](/previous-versions/system-center/developer/cc146496(v=msdn.10)) method. You can get a [IResultObject](/previous-versions/system-center/developer/cc147376(v=msdn.10)) object for a Configuration Manager object in numerous ways. For more information, see [How to Read a Configuration Manager Object by Using Managed Code](../../../develop/core/understand/how-to-read-a-configuration-manager-object-by-using-managed-code.md)