reports/remove
1 minute read.
Last Modified 2021-02-04 11:38 ESTNamespace | Name | Admin Only | Log Summary | Generates Event | Version Added |
---|---|---|---|---|---|
reports | remove | No | Yes | reports/list | 1.1 |
Remove a custom report. You must be listed as either an “owner” on the report or a TrueCommand administrator otherwise this action will return a “FORBIDDEN” error code.
- Required:
- “roid” (string or array of strings) : Report Object ID (roid) corresponding to the report(s) that need to be removed.
- Optional:
- none ({})
ARGUMENTS ONLY: See the basics of API requests for additional formatting information.
{
"roid" : ["1", "5"]
}
{
"namespace" : "reports",
"name" : "response",
"id" : "some_id",
"args" : {
"result" : "success"
}
}
This API call does not generate a detailed log summary item
This will generate a reports/list API event.