[This is preliminary documentation and is subject to change.]

Lets a user delete a Facebook note that was written through your application.

Namespace:  Facebook.Api.Controllers
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public FacebookResponse<bool> Delete(
	string title,
	string content
)
Visual Basic (Declaration)
Public Function Delete ( _
	title As String, _
	content As String _
) As FacebookResponse(Of Boolean)
Visual C++
public:
FacebookResponse<bool>^ Delete(
	String^ title, 
	String^ content
)

Parameters

title
Type: System..::.String
The title of the note.
content
Type: System..::.String
The note's content.

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.NotesController.Delete(System.String,System.String)"]

See Also

NotesController Class
Delete Overload
Facebook.Api.Controllers Namespace