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

DELETE/contact

The DELETE/contact request will delete one or more of the user's contacts based on the authorization credentials provided.  


Parameters


The parameter go in the header.


Parameter
Type
Operation
idstring
The  ID of the contact to be deleted. Several can be specified, each in a separate parameter.

The ID can be obtained using the GET/contact method.

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 a wrong/non-existing ID was provided an error message is returned -


"error":

    {"code": 444, 

    "message": "Not found" 

    } 

}

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