Deletes the specified proxy agent from your Fivetran account.
Delete a Proxy Agent
Request schema
Path parameters
agentId
stringrequired
The unique identifier for the proxy agent within the Fivetran system.
example:
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Accept
string
default:
example:
Http + 1.1
DELETE
https://api.fivetran.com/v1/proxy/agent_id
DELETE /v1/proxy/agent_id HTTP/1.1
Accept: application/json
Authorization: Basic REPLACE_BASIC_AUTH
Host: api.fivetran.com
Responses
200
Successful response
404
Proxy agent not found.
409
Proxy agent have attached connections.
Successful response schema
code
stringrequired
Response status code
example:
message
stringrequired
Response status text
example:
{
"code": "Success",
"message": "Operation performed."
}