Integrations
Delete an Integration
Integrations
Delete an Integration
Deletes a specific Integration
DELETE
/config/{providerConfigKey}
Bearer*
curl --request DELETE \
--url https://api.nango.dev/config/{providerConfigKey} \
--header 'Authorization: Bearer <token>'
Path Parameters
providerConfigKeyrequired
string
The Integration ID that you created in Nango.
curl --request DELETE \
--url https://api.nango.dev/config/{providerConfigKey} \
--header 'Authorization: Bearer <token>'