Skip to content

Delete

Removes the delegation with the specified ID.

$Delegation.Delete(id: string):void

Parameters

string id
    The ID of the delegation entry to remove.

Remarks

The ID is parsed as a GUID before deletion. Invalid strings throw instead of being ignored.