| IHdsiServiceContractDelete Method |
Deletes the specified resource from the server
Namespace:
SanteDB.Rest.HDSI
Assembly:
SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax IdentifiedData Delete(
string resourceType,
string id
)
Function Delete (
resourceType As String,
id As String
) As IdentifiedData
IdentifiedData^ Delete(
String^ resourceType,
String^ id
)
abstract Delete :
resourceType : string *
id : string -> IdentifiedData
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.Delete(System.String,System.String)"]
- id
- Type: SystemString
[Missing <param name="id"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.Delete(System.String,System.String)"]
Return Value
Type:
IdentifiedData[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.Delete(System.String,System.String)"]
Remarks This operation logically deletes the identified resource so that it no longer appears in general searches, however the data is retained.
See Also