DELETE
/
connection
/
{connectionId}
curl --request DELETE \
  --url https://api.nango.dev/connection/{connectionId}
{
  "success": true
}

Path Parameters

connectionId
string
required

The connection ID used to create the connection.

Query Parameters

provider_config_key
string
required

The integration ID used to create the connection (aka Unique Key).

Response

200
application/json
Successfully deleted an connection
success
boolean