curl --request DELETE \
--url https://app.nex.ai/api/developers/v1/integrations/connections/{connection_id} \
--header 'Authorization: <api-key>'{
"code": 123,
"message": "<string>"
}Disconnects an active integration connection. The connection ID can be found in the list integrations response.
curl --request DELETE \
--url https://app.nex.ai/api/developers/v1/integrations/connections/{connection_id} \
--header 'Authorization: <api-key>'{
"code": 123,
"message": "<string>"
}