DELETE
/
connections
/
{connection_id}
Python
from datagrid_ai import Datagrid

client = Datagrid(
    api_key="My API Key",
)
client.connections.delete(
    "connection_id",
)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

connection_id
string
required

The id of the connection to delete.

Response

200

Successfully deleted connection