Remove Voicemail Account

/inbox/remove

Full Url

Arguments

  • token (string, required)
  • inbox_id (int, required)

Info

Remove voicemail account data by inbox_id.

Example Success

{
"code": 200,
"status": "success",
"data": "Successfully removed voicemail inbox"
}

Example Error

{
"code": 500,
"status": "error",
"data": "Could not remove voicemail inbox"
}
{
"code": 400,
"status": "error",
"data": "Invalid inbox id"
}