# API: Delete Client SSH Key

# deleteClientSsh

Delete Client SSH Key

# Required parameters

Parameter Description
id Client SSH key ID

# Request

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=deleteClientSsh&id=ID

# PHP Samples

# PHP Samples: Delete SSH key ID 1

# Response

{
    "success": true,
    "call": "deleteClientSsh",
    "server_time": 1753259436,
    "info": [
        "SSH Key deleted successfully"
    ]
}
Last Updated: 7/28/2025, 2:10:08 PM