Skip to content

Remove

Removes an activity from the activity stream.

1
$ActivityStream.Remove(id: string):void

Parameters

string id
    The ID of the activity to be deleted.

Remarks

Removing an activity:

1
$ActivityStream.Remove($Xml.Evaluate('ActivityId'));