api:mvno:voicemail:greeting-delete
Table of Contents
API : MVNO : Voicemail : Delete greeting
Introduction
This request will delete the audio for a greeting used for voicemail on a standalone mobile phone.
Request
| URL | https://api.telecomx.dk/mvno/voicemail/PHONENUMBER/PINCODE/greeting | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | N/A | ||
| Param | PHONENUMBER | Phonenumber in e.164 format. | |
| PINCODE | Pin code for the account. | ||
| Body | id | Id of greeting to use - 1-9. | |
Body example
{
"id": "1"
}
Response
| JSON Object | ||
|---|---|---|
| success | Boolean | True on success. |
Example
{ "success": true }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | id | Not found |
| 404 | pin | Not found |
| 403 | number | Voicemail not enabled for this number |
| 403 | pin | Login via pin disabled due to multiple failed logins |
| 422 | pin | Pin code is invalid |
| 422 | id | Greeting id is invalid, must be 1-9 |
| 500 | internal_error | <Unspecified> |
api/mvno/voicemail/greeting-delete.txt · Last modified: 2024/04/02 08:17 by Per Møller