Delete a Hybrid Deployment Agent
Delete a Hybrid Deployment Agent.
Request schema
Path parameters
agentId
stringrequired
Local Data Processing Agent Id
example:
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Accept
string
default:
example:
Http + 1.1
DELETE
https://api.fivetran.com/v1/hybrid-deployment-agents/agent_id
DELETE /v1/hybrid-deployment-agents/agent_id HTTP/1.1
Accept: application/json
Authorization: Basic REPLACE_BASIC_AUTH
Host: api.fivetran.com
Responses
200
Successful response
404
Hybrid Deployment Agent not found.
Successful response schema
code
stringrequired
Response status code
example:
message
stringrequired
Response status text
example:
{
"code": "Success",
"message": "Operation performed."
}