Remove-CustomObject
  • 1 Minute to read
  • Dark
    Light
  • PDF

Remove-CustomObject

  • Dark
    Light
  • PDF

Article summary

Summary

Deletes an existing custom object entry.

Remove-CustomObject
    -Id
    -CustomObjectId

Returns nothing.

Parameters

ParameterTypeRequired?Notes
IdInt32YesThe custom object entry id.
CustomObjectIdInt32YesThe object id.

Examples

Delete an existing custom object entry

Remove-CustomObject -Id 1 -CustomObjectId 12