| Requires any of the roles: | Client, Admin, Partner |
| DELETE | /scadmeta/tables/{TablesId}/delete | Delete Table Records |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| TablesId | path | int | Yes | Table id |
| ParameterList | query | Dictionary<string, Object> | No | Parameter list |
| GlobalParamList | query | Dictionary<string, Object> | No | Global parameter list |
| ViewId | query | int? | No | View id |
| RefreshCache | query | bool | No | Whether or not to refresh the cache |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
DELETE /scadmeta/tables/{TablesId}/delete HTTP/1.1
Host: duengageapi.uat.scadsoftware.com
Accept: text/csv
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length false