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

Path Parameters

providerConfigKey
string
required

The integration ID that you created in Nango.

Response

200
application/json
Successfully deleted an integration
success
boolean