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
The response is of type object.
object