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