DELETE /bsus/api/v1/batches/{batch_id} - Adaptive Applications - BlueCat Gateway - 23.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Deletes a Server Batch based on the ID provided.

Parameters

Name Description
batch_id Location: Path

Type: string

The ID of the Server Batch to be deleted.

Responses

Status Description
Successful

Code: 202

Batch was deleted successfully.

Error

Code: 404

Body:
{
  "errors": ["Batch not found with ID <batch_id>"]
}

Code: 500

Body:
{
  "error": <>
}

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.