...
Authorization:
Status | ||
---|---|---|
|
Request body:
Name | Mandatory | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
filter |
|
| filter for data deletion. |
...
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
result |
| If true, the service response was performed correctly | ||||||||
error |
| Contains the error description if an error has occurred in the request | ||||||||
n |
| Number of recordings deleted |
Example:
Request:
http://<hostname>:<port>/ctreplay/default/deleteRecordings
Request body:
Code Block | ||
---|---|---|
| ||
{ "filter":{"macroactivity": "MAC_ADSL_OUT", "partner": "DEFAULT"} } |
...