Delete an existing report.
LeadConduit uses HTTP Basic Authentication
with the username API and your API key as the password.
For example: API:1f1b96c9150d8050e858c043d543bb4eadae0e6f'
ID or token of the report to delete 24 character alpha-numeric BSON identifier
^[0-9a-fA-F]{24}$"5fd4371e940df5a34a3888b2"
OK
A report is a named definition of criteria (columns, rules, group_bys) which is stored. A stored report can be run for a given timeframe, producing the report results. The results are a count of the events for each column in that timeframe that match the rules and which are optionally grouped by event properties.
Reports can be shared outside LeadConduit such that anyone who has the
URL to the shared report can view it without authentication. Each
shared report URL contains a generated, unique, unguessable token,
which is stored as a property in the report definition. To create the
token for a report, use the share endpoint. To stop sharing a report,
use the unshare endpoint, which will clear the token.'
required name of the report
optional extra description
Array of report columns
rules to match events to include
group results by these event properties
identifier used for sharing
Time report was created
Time report was last updated