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
Name | Type | Description |
---|---|---|
UUID | String | To delete a sip connection, we need to add a sip connection UUID on this field. |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | JWT_Token |
Content-Type | String | Application/json |
Last updated