DELETE /bsus/api/v1/ssh_keys/{name} - Adaptive Applications - BlueCat Gateway - 23.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Delete a specified SSH private key from BSUS's list.

Note: Doing so will also remove authorization details from servers (within Server Batches) that use that SSH key.

Parameters

Name Description
name Location: path

Type: string

Parameter
  • name—the user-facing name of the SSH key that you want to delete.

Responses

Status Description
Successful

Code: 204

Error

Code: 404

{
  "error":"No private key found with name <name>"
}                                

Code: 500

Internal server error.