Deletes a PBX backup stored on the file server - both the ZIP file on the file server and the backup registration.
| URL | https://api.telecomx.dk/pbx/backup/<id> | |
|---|---|---|
| Method | DELETE | |
| Access level | OWNER if the backup belongs to the users own customer. RESELLER if the customer belongs to the reseller. RESELLER_ADMIN and ADMIN for all customers. |
|
| Params | id | Id of the stored backup. |
https://api.telecomx.dk/pbx/backup/12345678901234567890ABCD
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | id | Backup not found |
| 500 | internal_error | <Unspecified> |