Remove Voicemail Account
/inbox/remove
- token (string, required)
- inbox_id (int, required)
Remove voicemail account data by
inbox_id
.{
"code": 200,
"status": "success",
"data": "Successfully removed voicemail inbox"
}
{
"code": 500,
"status": "error",
"data": "Could not remove voicemail inbox"
}
{
"code": 400,
"status": "error",
"data": "Invalid inbox id"
}