ReportDataControllerRemoveByAddress Method |  |
Delete all reports by address
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic string RemoveByAddress(
int pID
)
Public Function RemoveByAddress (
pID As Integer
) As String
Parameters
- pID
- Type: SystemInt32
Address ID
Return Value
Type:
String
Examples
POST: api/ReportData/RemoveByAddress/5
See Also