| 200 | | | Retrieved summary of contact delete requests. |
| | startDateUtc | datetime | Start date and time in UTC of the date range. |
| | endDateUtc | datetime | End date and time in UTC of the date range. |
| | statusasofdateutc | datetime | Date and time in UTC when the status was retrieved. |
| | interval | integer | Interval of the time series. 0 indicates hourly intervals, and 1 indicates daily intervals. |
| | itemcount | integer | Number of items in the time series. |
| | totaltimeseries | array | Time series with information about total contact delete requests. |
| | totaltimeseries.requestcount | integer | Number of contact delete requests submitted for the date range. |
| | totaltimeseries.minvalue | integer | The lowest number of contact delete requests made during the time series. |
| | totaltimeseries.maxvalue | integer | The most contact delete requests made during the time series. |
| | totaltimeseries.items | array | Array of items with the number of contact delete requests made during the interval. |
| | totaltimeseries.items.time | datetime | Interval’s beginning date and time in UTC. |
| | totaltimeseries.items.value | integer | Number of contact delete requests made during the interval. |
| | statustimeseries | array | Time series with information about contact delete requests based on status. |
| | statustimeseries.status | string | Status of the time series item. |
| | statustimeseries.requestcount | integer | Number of contact delete requests made for the date range. |
| | statustimeseries.minvalue | integer | The lowest number of contact delete requests made during the time series. |
| | statustimeseries.maxvalue | integer | The most contact delete requests made during the time series. |
| | statustimeseries.items | array | Array of items with the number of contact delete requests made during the interval. |
| | statustimeseries.items.time | datetime | Interval's beginning date and time. |
| | statustimeseries.items.value | integer | Number of contact delete requests made during the interval. |
| | | | |
| 400 | | | The request is missing a required parameter or contains an invalid parameter. |
| | startDateUtc | datetime | Start date and time in UTC of the date range. |
| | endDateUtc | datetime | End date and time in UTC of the date range. |
| | interval | integer | Interval of the time series. 0 indicates hourly intervals, and 1 indicates daily intervals. |
| | statusasofdateutc | datetime | Date and time in UTC when the status was retrieved. |
| | requestServiceMessageID | guid | Service message ID for the request. |
| | responseDateTime | datetime | Date and time in UTC when the response was created in the system. |
| | resultMessages | array | Array of messages about the request. Includes details, such as resulttype and resultcode, about a bad request. |
| | serviceMessageID | guid | Service message ID for the response. |