Revoke destination certificate
Revokes a certificate, so Fivetran no longer trusts it while connecting to the destination database.
Request schema
Path parameters
destinationId
stringrequired
The unique identifier for the destination within the Fivetran system.
example:
hash
stringrequired
Hash of the certificate.
example:
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Accept
string
default:
example:
Http + 1.1
DELETE
https://api.fivetran.com/v1/destinations/destination_id/certificates/jhg5UI7fgrI6yy...
DELETE /v1/destinations/destination_id/certificates/jhg5UI7fgrI6yy... HTTP/1.1
Accept: application/json
Authorization: Basic REPLACE_BASIC_AUTH
Host: api.fivetran.com
Responses
200
Successful response
404
Certificate 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."
}