Yammer.Net Documented Class Library
Delete Method (url, session)
NamespacesYammerHttpUtilityDelete(String, Session)
Creates http delete web request and returns response
Declaration Syntax
C#Visual BasicVisual C++
public static string Delete(
	string url,
	Session session
)
Public Shared Function Delete ( _
	url As String, _
	session As Session _
) As String
public:
static String^ Delete(
	String^ url, 
	Session^ session
)
Parameters
url (String)
The URL for the web request
session (Session)
The Yammersession object
Return Value
http response

Assembly: Yammer (Module: Yammer) Version: 1.0.0.0 (1.0.0.0)