curl --location --request PATCH '/external_connections/' \
--header 'Content-Type: application/json' \
--data-raw '{
"active": false,
"outbound": {
"outbound_voice_profile_id": "1911630617284445511"
}
}'
{
"data": {
"active": false,
"created_at": "2022-06-29T19:23:59Z",
"credential_active": false,
"external_sip_connection": "zoom",
"id": "1930241863466354012",
"outbound": {
"outbound_voice_profile_id": "1911630617284445511"
},
"record_type": "external_connection",
"updated_at": "2022-06-29T19:39:47Z"
}
}
Authorization: Bearer ********************