Click or drag to resize

IRepositoryServiceDelete Method

Obsoletes the specified data.

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IdentifiedData Delete(
	Guid key
)

Parameters

key
Type: SystemGuid
The key.

Return Value

Type: IdentifiedData
Returns the model.
See Also