Click or drag to resize
CrudUserControllerDelete Method

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

Parameters

id
Type: SystemString

Return Value

Type: HttpResponseMessage
See Also