cURL
curl --request DELETE \ --url https://api.nango.dev/connections/{connectionId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Deletes a specific connection
The secret key from your Nango environment.
The connection ID used to create the connection.
The integration ID used to create the connection (aka Unique Key).
Successfully deleted an connection
Was this page helpful?