Skip to main content
DELETE
Delete Voicemail Message

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Voicemail message ID

Pattern: ^[1-9]\d*$

Query Parameters

paginated
integer
default:1

1 = paginated response, 0 = full list

Required range: 0 <= x <= 1
page
number

Page number

recordsPerPage
number

Records per page

sortBy
string

Sort column

Maximum string length: 50
sortDirection
enum<string>

Sort direction

Available options:
asc,
desc
tenantId
number
required
mailboxIds
string
branchId
number
query
string

Search by caller ID or message ID

Maximum string length: 255
startDate
string
endDate
string

Response

200 - application/json

Deleted message

id
number
required
mailboxUser
string | null
mailboxContext
string | null
messageNumber
number | null
callerId
string | null
date
dateUnix
number | null
extNum
string | null
read
boolean
duration
number | null
transcript
string | null
mediaURL
string | null
dir
string | null
{key}
any