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

DELETE/speedial

The DELETE/speedial request will delete a speed dial or BLF button's definitions, making the button available for a new speed dial or BLF designations.


Parameters


The parameter go in the header.


Parameter
Type
Operation
idstring
The ID of the speed dial or BLF button to be deleted.

The ID can be obtained using the GET/speeddials request.

Example


To delete a contact use this syntax:


HTTPS method: DELETE


webserv.telebroad.com/api/teleconsole/rest/speeddial?id=47861


Response:


A "null" error indicates successful deletion.


{

    "error":null,

    "result":true

}


If you specified a wrong/non-existing ID an error will be returned -


    "error": 

        { "code": 444, 

        "message": "Not found" 

        } 

}