Click or drag to resize

AppletResourceHandlerDelete Method

Obsoletes the specified applet

Namespace: SanteDB.Rest.AMI.Resources
Assembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public Object Delete(
	Object appletId
)

Parameters

appletId  Object
The identifier of the applet to uninstall

Return Value

Object
Null

Implements

IApiResourceHandlerDelete(Object)
See Also