 | BisServiceBehaviorDelete Method |
Delete the specified resource type
Namespace: SanteDB.Rest.BISAssembly: SanteDB.Rest.BIS (in SanteDB.Rest.BIS.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic virtual BiDefinition Delete(
string resourceType,
string id
)
Public Overridable Function Delete (
resourceType As String,
id As String
) As BiDefinition
public:
virtual BiDefinition^ Delete(
String^ resourceType,
String^ id
)
abstract Delete :
resourceType : string *
id : string -> BiDefinition
override Delete :
resourceType : string *
id : string -> BiDefinition Parameters
- resourceType String
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.BIS.BisServiceBehavior.Delete(System.String,System.String)"]
- id String
[Missing <param name="id"/> documentation for "M:SanteDB.Rest.BIS.BisServiceBehavior.Delete(System.String,System.String)"]
Return Value
BiDefinition[Missing <returns> documentation for "M:SanteDB.Rest.BIS.BisServiceBehavior.Delete(System.String,System.String)"]
Implements
IBisServiceContractDelete(String, String)
See Also