api:pbx:backup:delete
Table of Contents
API : PBX : Backup delete
Introduction
Deletes a PBX backup stored on the file server - both the ZIP file on the file server and the backup registration.
Request
| 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. |
Query example
https://api.telecomx.dk/pbx/backup/12345678901234567890ABCD
Response
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | id | Backup not found |
| 500 | internal_error | <Unspecified> |
api/pbx/backup/delete.txt · Last modified: by Per Møller