DELETE
/
delete_twilio
curl --request DELETE \
  --url https://api.toingg.com/api/v3/delete_twilio \
  --header 'Authorization: Bearer <token>'
"<any>"

Overview

The “Delete Contact Center Details” endpoint allows users to remove existing contact center configurations from their Toingg account. By sending a DELETE request to the /delete_twilio endpoint, users can delete details such as the Twilio account SID, authentication token, and phone number. This functionality is crucial for managing contact center integrations, ensuring that outdated or unnecessary configurations are efficiently removed to maintain optimal system performance and security. The endpoint supports deletions to streamline contact center management and align with evolving business requirements.

Example cURL Request

curl -X 'DELETE' \
  'https://api.toingg.com/api/v3/delete_twilio' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json
Successful Response

The response is of type any.