Remove-CustomObject
- 1 Minute to read
- Print
- DarkLight
- PDF
Remove-CustomObject
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Deletes an existing custom object entry.
Remove-CustomObject
-Id
-CustomObjectId
Returns nothing.
Parameters
Parameter | Type | Required? | Notes |
---|---|---|---|
Id | Int32 | Yes | The custom object entry id. |
CustomObjectId | Int32 | Yes | The object id. |
Examples
Delete an existing custom object entry
Remove-CustomObject -Id 1 -CustomObjectId 12