Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Latest commit

 

History

History
64 lines (41 loc) · 890 Bytes

asterisk_voicemail.rst

File metadata and controls

64 lines (41 loc) · 890 Bytes

Asterisk Voicemail

Delete voicemail

Query

GET /delete_voicemail

Parameters

Mandatory

name

the voicemail name

Optional

context

the voicemail context (default is 'default')

Errors

Error code Error message Description

404

Not found The voicemail does not exist

Example requests

GET /delete_voicemail HTTP/1.1
Host: wazoserver
Accept: application/json

Example response

HTTP/1.1 200 OK
Content-Type: application/json

{
    nothing
}