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

Authorizations

Authorization
string
header
required

The secret key from your Nango environment.

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.