Delete a specific connection
cURL
curl --request DELETE \ --url https://s-server-demo.siftd.ai:9800/api/workspaces/{workspace_id}/connections/{connection_id} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Connection ID
Organization ID
OK
Was this page helpful?