Two Minute Reports Logo
Connections

Delete connection

Remove a connection from a team.
DELETE /teams/{teamId}/connections/{connectionId}

Removes the connection from the team. If no other team references the underlying data source, it is deleted entirely.

Authentication: Bearer token · Role: editor · Permission:connections:delete · Rate limit: default (120 / 60s)
This action is permanent. Reports and clients that rely on this connection will stop returning data.

Path parameters

teamId
string · uuid v7 required
The ID of the team the connection belongs to.
connectionId
string · uuid v7 required
The ID of the connection to delete.

Request

curl -X DELETE https://api.twominutereports.com/v1/teams/0190f8a0-1a2b-7c3d-9e4f-5a6b7c8d9e0f/connections/0190f8a1-2b3c-7d4e-8f90-1a2b3c4d5e6f \
  -H "Authorization: Bearer tmrc_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

Response

{
  "success": true,
  "data": { "deleted": true }
}
Copyright © 2026