pydo.ssh_keys.delete()
Generated on 9 Jun 2026
from pydo version
v0.36.0
Usage
client.ssh_keys.delete(ssh_key_identifier=512189)Description
To destroy a public SSH key that you have in your account, send a DELETE request to /v2/account/keys/{ssh_key_identifier} or /v2/account/keys/{ssh_key_identifier}.
A 204 status will be returned, indicating that the action was successful and that the response body is empty.
Parameters
ssh_key_identifierobject requiredEither the ID or the fingerprint of an existing SSH key.
Request Sample
More Information
See /v2/account/keys/{ssh_key_identifier} in the API reference for additional detail on responses, headers, parameters, and more.