afterDays | String The time frame to consider before purging records from the dashboard tables. This service purges records starting from the first record up to all records present in the table n days prior to the current day, where n is the number of days you specify for the parameter. For example, if afterDays = 5, this service purges all records starting from the first record up to all records present in the table 5 days prior to the current day. For more details about purging records, see
Usage Notes. |
success | String Whether the records are purged. Valid values are: true - Records are successfully purged. false - Error occurred while purging records from the table. |