Skip to content

Delete connection

Request

Deletes a connection.

Security
ApiKeyAuth
Path
connection_namestring(name)required

the connection name

curl -i -X POST \
  'https://api.treasuredata.com/v3/result/delete/{connection_name}' \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
namestring(name)required
resultstring(name)required
Response
{ "name": "string", "result": "string" }