|
CrudControllerTEntityDelete Method |
Delete the entity
Namespace: DrawerBackup.Native.Server.ControllersAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[AuthorizeAttribute]
[HttpPostAttribute]
public virtual HttpResponseMessage Delete(
string id
)
<AuthorizeAttribute>
<HttpPostAttribute>
Public Overridable Function Delete (
id As String
) As HttpResponseMessage
public:
[AuthorizeAttribute]
[HttpPostAttribute]
virtual HttpResponseMessage^ Delete(
String^ id
)
[<AuthorizeAttribute>]
[<HttpPostAttribute>]
abstract Delete :
id : string -> HttpResponseMessage
[<AuthorizeAttribute>]
[<HttpPostAttribute>]
override Delete :
id : string -> HttpResponseMessage
Parameters
- id
- Type: SystemString
Return Value
Type:
HttpResponseMessage
See Also