Revoke connector fingerprint
Revokes a fingerprint, so Fivetran no longer trusts it while connecting to the source database through an SSH tunnel.
Request schema
Path parameters
connectorId
stringrequired
The unique identifier for the connector within the Fivetran system.
example:
hash
stringrequired
Hash of the fingerprint.
example:
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Accept
string
default:
example:
Http + 1.1
DELETE
https://api.fivetran.com/v1/connectors/connector_id/fingerprints/jhg5UI7fgrI6yy
DELETE /v1/connectors/connector_id/fingerprints/jhg5UI7fgrI6yy HTTP/1.1
Accept: application/json
Authorization: Basic REPLACE_BASIC_AUTH
Host: api.fivetran.com
Responses
200
Successful response
404
Fingerprint with specified hash not found
Successful response schema
code
stringrequired
Response status code
example:
message
stringrequired
Response status text
example:
{
"code": "Success",
"message": "Operation performed."
}