Skip to main content

Asterisk Voicemail

Query

GET /delete_voicemail

Parameters

  • name: the voicemail name
  • context(optional): the voicemail context (default is ctx-<tenant slug>-internal-<UUID>)

Errors

Error codeError messageDescription
404Not foundThe voicemail does not exist

Example requests

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

Example response

HTTP/1.1 200 OKi
Content-Type: application/json
{
nothing
}