Delete all recordings a customer has.
| URL | https://api.telecomx.dk/iptv/recording?all=true | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | MANAGER, OWNER, RESELLER, ADMIN. | ||
| Query | customer | Id | [optional] Id of customer to perform the deletion on. Default to users own customer. |
| all | Boolean | Must be set true. | |
DELETE https://api.telecomx.dk/iptv/recording?all=true
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
{ "success": true }
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |