Click or drag to resize

ReportDataControllerRemove Method

Delete report

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public string Remove(
	int pID
)

Parameters

pID
Type: SystemInt32
Report ID

Return Value

Type: String
Examples
POST: api/ReportData/Remove/5
See Also