cURL
curl --request POST \ --url https://{env}.tartanhq.com/api/terminate_connection/ \ --header 'Authorization: <api-key>' \ --header 'Content-Type: multipart/form-data' \ --form 'client_org=<string>'
{ "message": "Connection terminated successfully", "data": "<string>" }
Terminates an existing vendor-client connection.
Documentation IndexFetch the complete documentation index at: https://docs.hypersync.tartanhq.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.hypersync.tartanhq.com/llms.txt
Use this file to discover all available pages before exploring further.
The client organization's identifier to disconnect.
Connection terminated successfully
"Connection terminated successfully"