Delete Method

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
You can delete a FriendList for a user by issuing an HTTP DELETE request to /FRIENDLIST_ID

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public bool Delete()
Visual Basic
Public Function Delete As Boolean
Visual C++
public:
bool Delete()

Return Value

true if the delete succeeded, or false otherwise.

.NET Framework Security

Permission Description
manage_friendlists permission

See Also