1. Teleboard | Support Center
  2. Solution home
  3. API Documentation
  4. REST API - DELETE Requests
Open navigation

DELETE/mailbox/greeting

The DELETE/download/mailbox/greeting deletes one of the four possible mailbox greetings.


Parameters


All parameters go in the header. 


ParameterTypeOperation
mailboxstringSpecify the number of the mailbox for which to delete the greeting, if the user has more than one mailbox.
typestringThere are four different types of a possible greeting that a caller will hear when he has reached your mailbox.

You can delete one greeting type at a time. You will have to send separate requests for additional types!

The greeting type must be in lower case or you will get a "_invalid_greeting_type_" error.

greet - the greeting will be played if you are not answering the call. It will have priority and be played if no other greeting has been recorded.


unavail - if you are not answering but the "greet" greeting has not been set up by any method (recording, upload, or API) than the system will play your this instead. This greeting is just the system saying your name followed by saying the system saying "is unavailable".

temp - temporary greeting is played if you are unreachable, like when you are logged out of all your queues or toggled your availability status to Do not disturb.

busy - busy greeting is played if you are already taking another call. 

Example


To delete the "temp" greeting for mailbox 201 use this syntax:


HTTPS method: DELETE


webserv.telebroad.com/api/teleconsole/rest/mailbox/greeting?mailbox=1113834&type=temp


Response:


A "null" error indicates successful deletion. Note that if the greeting is empty (it has been deleted or never been setup) you will still get a "null" error.


    "error": null, 

    "result": true 

}

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article