A few object types such as record:a and networkcontainer support "Delete arguments" that are basically switches on the delete request that usually do something in addition to the primary delete action. For instance, remove_associated_ptr=true will remove the associated PTR record from a record:a when it is deleted.
We need to add a parameter to Remove-IBObject that allows for including these delete arguments in the request.
A few object types such as
record:a
andnetworkcontainer
support "Delete arguments" that are basically switches on the delete request that usually do something in addition to the primary delete action. For instance,remove_associated_ptr=true
will remove the associated PTR record from arecord:a
when it is deleted.We need to add a parameter to Remove-IBObject that allows for including these delete arguments in the request.