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¶
The ID must be a GUID. This is a persistent activity-stream deletion.
Removing an activity¶
1 | |