Click or drag to resize
CrudControllerTEntityDelete Method
Delete the entity

Namespace: DrawerBackup.Native.Server.Controllers
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
[AuthorizeAttribute]
[HttpPostAttribute]
public virtual HttpResponseMessage Delete(
	string id
)

Parameters

id
Type: SystemString

Return Value

Type: HttpResponseMessage
See Also