[]
Process the DELETE request.
public virtual IHttpActionResult DeleteOperation(string pathAndCmd, IDictionary<string, string[]> parameters)
| Type | Name | Description |
|---|---|---|
| string | pathAndCmd | The text for path and command. |
| IDictionary<string, string[]> | parameters | The request parameters. |
| Type | Description |
|---|---|
| IHttpActionResult | The response result. |