Delete SIP Connections

Delete SIP Connection

DELETE https://api.opentact.org/rest/sip/connection/uuid

This api is used to delete the SIP connection

Query Parameters

NameTypeDescription

UUID

String

To delete a sip connection, we need to add a sip connection UUID on this field.

Headers

NameTypeDescription

Authorization*

String

JWT_Token

Content-Type

String

Application/json

{
  "success": true,
  "payload": {
    "created_on": "2022-10-24T05:58:23.882Z",
    "modified_on": "2022-10-24T05:58:23.882Z",
    "uuid": "e974a0e0-299c-427c-b924-32af9df560c2",
    "name": "sc",
    "is_active": true,
    "ip": "127.0.0.1",
    "port": 5060,
    "tech_prefix": 12345,
    "shaken_minimum_accepted_attest_lvl": "C"
  }
}

Last updated