api:pbx:voicemail:delete
Table of Contents
API : PBX : Voicemail Delete
Introduction
This request will delete a voicemail.
Request
| URL | https://api.telecomx.dk/pbx/voicemail/VOICEMAIL_ID | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | PERSONAL, MANAGER, OWNER, RESELLER if voicemail belongs to the user or ADMIN. | ||
| params | VOICEMAIL_ID | Id | Id of the voicemail to delete. |
Response
| JSON object | ||
|---|---|---|
| success | Boolean | true on success. |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | not_found | Voicemail not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/pbx/voicemail/delete.txt · Last modified: 2019/02/21 12:29 by Per Møller