Click or drag to resize

UpstreamAmiServiceBehaviorDelete Method

Delete the specified resource

Namespace: SanteDB.Rest.AMI
Assembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public override Object Delete(
	string resourceType,
	string key
)

Parameters

resourceType  String
The type of resource being deleted
key  String
The key of the resource being deleted

Return Value

Object
The last version of the deleted resource

Implements

IAmiServiceContractDelete(String, String)
See Also