{CompanyName} FlexyGo

WA_EntityController..::..DeleteEntity Method

Deletes any entity by name and identifier.

Namespace:  FLEXYGO.WebApiControllers
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[HttpDeleteAttribute]
[RouteAttribute]
public IHttpActionResult DeleteEntity(
	string ObjectName,
	string Id,
	string filter
)
<HttpDeleteAttribute> _
<RouteAttribute> _
Public Function DeleteEntity ( _
	ObjectName As String, _
	Id As String, _
	filter As String _
) As IHttpActionResult

Parameters

ObjectName
Type: String
Name of the object.
Id
Type: String
The identifier.
filter
Type: String
The filter.

Return Value

IHttpActionResult.