Remove¶
Removes an activity from the activity stream.
$ActivityStream.Remove(id: string):void
Parameters¶
string id
The ID of the activity to be deleted.
Remarks¶
Removing an activity¶
1 | |
Removes an activity from the activity stream.
$ActivityStream.Remove(id: string):void
string id
The ID of the activity to be deleted.
1 | |