For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deactivate SMS API

By using this api you will deactivate sms on your DID number. Parameters are defined below.

The response will have a status parameter and it will be true or false. According to that, API will not depend upon the status code because the code is only used for herders.

Sample Response

{
    "status": true,
    "code": 100,
    "success_dids": [
      "13865183001"
    ],
    "failed_dids": []
}

Last updated