Remove Voicemail
Remove a specific voicemail (wav file)
GET or POST Request
Remove a voicemail from a mailbox (delete wav file)
HTTP Post Variables Supported
Argument
Required
Type
mbox
yes
2-12 digits
msgid
yes
2-100 characters
key
yes
api key
curl https://v1.api19.com/voicemail/vm/remove \
-d 'key=api_token' \
-d 'mbox=2233' \
-d 'msgid=msg0001'
Last updated