Click or drag to resize

IJsonpWsEndUserSetRemovePersonalTemplate Method

The method can be used when an user wants to remove a previously created personal template. A template can be removed if it's not on sale. FTP space is released after template deletion

Namespace:  Aruba.Cloud.WsEndUser
Assembly:  Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "SetRemovePersonalTemplate/{jsonp}/{userName}/{token}/{templateId}")]
Stream SetRemovePersonalTemplate(
	string jsonp,
	string userName,
	string token,
	string templateId
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
templateId
Type: SystemString

Return Value

Type: Stream
Examples