Remove Inbox Email

/inbox/email/remove

Full Url

Arguments

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

Info

Removes the associated email address from the voicemail inbox.

Example Success

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

Example Error

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