Delete SSH key
Delete a specific SSH key credential.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Path Parameters
ssh_id*integer
ID of the SSH key
Response Body
application/json
curl -X DELETE "https://api.dewavps.com/v1/credential/ssh/0"{
"message": "SSH key successfully deleted",
"data": {
"credential_id": 0
}
}