Skip to main content
POST
/
v1.0
/
numbers
/
voicemail
/
delete
json
{
  "PhoneNumber": "+11234567890",
  "AccountId": "AID-ab12345-2725-45a1-bd5e-526ed19799xx"
}
{
  "PhoneNumber": "+11234567890",
  "Successful": true,
  "Message": "Voicemail removed"
}

Documentation Index

Fetch the complete documentation index at: https://docs.telegent.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
PhoneNumber
string
required

The phone number to remove voicemail from (E.164 format)

Example:

"+11234567890"

AccountId
string

Optional account ID associated with the phone number

Example:

"AID-ab12345-2725-45a1-bd5e-526ed19799xx"

Response

200 - application/json

Success — returns voicemail deletion confirmation

The response is of type object.