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

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.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
payload

(body)

Location: body

Type: application/json

{
  "name": "string"
}
Parameter
  • name—the user-facing name of the SSH key that you want to delete.

Responses

Status Description
Successful

Code: 204

The customization script was successfully deleted from BSUS.

Error

Code: 401

Invalid input.

Code: 404

No customization package with the indicated name was found.

Code: 500

Internal server error.