Delete SSH Key
DELETE
/v1/ssh-keys/{id}Delete one of your SSH keys.
Request
Path Params
id
string
required
Header Params
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"data": {
"id": 208525,
"type": "ssh_keys",
"attributes": {
"customer": "John Smith",
"creator": "John Smith",
"customerId": 42804,
"enabled": false,
"keyType": "Ed25519",
"keyLength": 256,
"sshkey": "ssh-ed25519 fffffffJ/Pa4DtSc4WzwU7B",
"comment": "Key for 2024",
"fingerprint": "6c:3e:1b:30:0e:13:63:7e:94:25:f6:b9:d2:23:2e:86",
"createdAt": "2024-03-26T00:03:43+01:00"
}
}
}
Last modified: 6 months ago