DELETE /bsus/api/v1/post_upgrade_script/script/{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 customization package from BSUS's list. The package must not be associated with any Server Batch.

Parameters

Name Description
payload

(body)

Location: body

Type: application/json

{
  "name": "string"
}
Parameter
  • name—the name of the customization package that you want to delete.

Responses

Status Description
Successful

Code: 204

The customization script was successfully deleted from BSUS.

Error

Code: 400

The customization package was not deleted because it is attached to a Server Batch.

Code: 401

Invalid input.

Code: 404

No customization package with the indicated name was found.

Code: 500

Internal server error.