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

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.1

Description

Deletes a scheduled update

Parameters

Name Description
body Location: body

Type: application/json

An array of IDs of the scheduled updates to be deleted in the following format:
{
    "ids": ["<update1_id>","<update2_id>"]
}

Responses

Status Description
Successful

Code: 200

Body:
{
    "data": []
}

The IDs of the scheduled updates that were deleted.

Error

Code: 400

Body:
{
  "error": "error message"
}

Code: 500

Body:
{
    "message": "string"
}

This can be caused when an unknown application error is encountered on the Server side. The API attempts to return additional details within the error parameter.