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

Deletes one or more custom tags you previously registered for the calling application with fbml.registerCustomTags.

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

Syntax

C#
public FacebookResponse<bool> DeleteCustomTags()
Visual Basic (Declaration)
Public Function DeleteCustomTags As FacebookResponse(Of Boolean)
Visual C++
public:
FacebookResponse<bool>^ DeleteCustomTags()

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.FbmlController.DeleteCustomTags"]

See Also

FbmlController Class
DeleteCustomTags Overload
Facebook.Api.Controllers Namespace