DELETE /bsus/api/v1/patches - Adaptive Applications - BlueCat Gateway - 22.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.1

Description

Deletes patch updates from BlueCat Server Update Services.

Parameters

Name Description
body Location: body

Type: application/json

An array of IDs of the patches to be deleted in the following format:
{
    "ids": ["<patch1_id>","<patch2_id>"]
}

Responses

Status Description
Successful

Code: 200

Body:
{
  "data": {
    "total": int,
    "deleted": int,
    "failure": "string"
  }
}