Click or drag to resize

IAmiServiceContractDelete Method

Deletes the specified resource

Namespace:  SanteDB.Rest.AMI
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
Object Delete(
	string resourceType,
	string key
)

Parameters

resourceType
Type: SystemString
The type of resource being deleted
key
Type: SystemString
The key of the resource being deleted

Return Value

Type: Object
The last version of the deleted resource
See Also