Delete an Extension Voicemail Greeting
Delete an extension voicemail greeting.
Request URL
GET {base_url}/{api_path}/extension_vm_greeting/delete?access_token={access_token}
Request parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| extension | Yes | String | The extension number. Note: You can
query the extension number using Search Specific Extensions. |
| file | Yes | String | The full filename (including the file extension) of the
voicemail greeting to be deleted. Note: You can query the full filename
of the voicemail greeting using Query Extension Voicemail Greeting List.
|
Response parameters
| Parameter | Type | Description |
|---|---|---|
| errcode | Integer | Returned error code.
Note: You can check the error code and
error message in Error Code and Error Message.
|
| errmsg | String | Returned message.
|
Examples
Request example
GET /openapi/v1.0/extension_vm_greeting/delete?access_token=g9bAr2YzF4XNd3LjqbjiZsDST37w3RA0&extension=3200&file=vm_busy.wav HTTP/1.1
Host: 192.168.5.150:8088
Response example
HTTP/1.1 200 OK { "errcode": 0, "errmsg": "SUCCESS" }