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

Path Parameters

uniqueKey
string
required

The integration ID (unique_key) that you created in Nango.

Response

200
application/json
Successfully deleted an integration

The response is of type object.