DELETE
/
config
/
{providerConfigKey}
curl --request DELETE \
  --url https://api.nango.dev/config/{providerConfigKey} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

The secret key from your Nango environment.

Path Parameters

providerConfigKey
string
required

The integration ID that you created in Nango.

Response

200
application/json

Successfully deleted an integration

The response is of type object.