Destroy

Delete a shared voicemail mail

Remove a mail from shared voicemail.

post

/shared_voicemails/{id}/voicemails/{mail_id}/destroy

Authorizations
Path parameters
idall ofrequired

The unique ID of shared voicemail.

The unique ID of the resource.

mail_idall ofrequired

The unique ID of voicemail.

The unique ID of the resource.

Responses
curl -L \
  --request POST \
  --url 'https://HOSTNAME:8887/api/shared_voicemails/{id}/voicemails/{mail_id}/destroy' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'

No body

Was this helpful?