| HdsiServiceBehaviorBaseDelete Method |
Obsolete the specified data
Namespace:
SanteDB.Rest.HDSI
Assembly:
SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax public virtual IdentifiedData Delete(
string resourceType,
string id
)
Public Overridable Function Delete (
resourceType As String,
id As String
) As IdentifiedData
public:
virtual IdentifiedData^ Delete(
String^ resourceType,
String^ id
)
abstract Delete :
resourceType : string *
id : string -> IdentifiedData
override Delete :
resourceType : string *
id : string -> IdentifiedData
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.Delete(System.String,System.String)"]
- id
- Type: SystemString
[Missing <param name="id"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.Delete(System.String,System.String)"]
Return Value
Type:
IdentifiedData[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.Delete(System.String,System.String)"]
Implements
IHdsiServiceContractDelete(String, String)See Also