cURL
curl --request DELETE \ --url https://api.nango.dev/integrations/{uniqueKey} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Deletes a specific integration.
The secret key from your Nango environment.
The integration ID (unique_key) that you created in Nango.
Successfully deleted an integration
Was this page helpful?