Table of Contents

API : PBX : Voicemail Box Delete

Introduction

This request will delete a voicemail box item. The employee's voicemail messages are not affected.

Request

URL https://api.telecomx.dk/pbx/voicemailbox/VOICEMAIL_BOX_ID
Method DELETE
Access level MANAGER or OWNER if user belongs to the customer who owns it.
RESELLER if customer belongs to the reseller.
RESELLER_ADMIN.
ADMIN.
params VOICEMAIL_BOX_ID Id Id of the voicemail box to delete.

Response

JSON object
success Boolean true on success.

Example

{
  success: true
}

Errors

Error code Message Description
400 bad_request Id not found in request URI
404 not_found Voicemail box not found
403 access_denied Insufficient access level
500 internal_error <Unspecified>