Connections
Delete a connection
Deletes a specific connection
DELETE
/
connection
/
{connectionId}
Authorization
Path
Query
curl --request DELETE \
--url https://api.nango.dev/connection/{connectionId}
This response has no body data.
Path Parameters
connectionId
string
requiredThe connection ID used to create the connection.
Query Parameters
provider_config_key
string
requiredThe integration ID used to create the connection (aka Unique Key).
curl --request DELETE \
--url https://api.nango.dev/connection/{connectionId}
This response has no body data.