This request will delete a recording.
| URL | https://api.telecomx.dk/pbx/recording/RECORDING_ID | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | PERSONAL, MANAGER, OWNER, RESELLER or ADMIN. PERSONAL may not access common recordings. | ||
| params | RECORDING_ID | Id | Id of the recording to delete. |
| JSON object | ||
|---|---|---|
| success | Boolean | true on success. |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 404 | id | Recording not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |