DELETE /bsus/api/v1/service_configuration_template/{name} - Adaptive Applications - BlueCat Gateway - 23.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Delete a specific Configuration Template.

Parameters

Name Description
name Location: Path

Type: String

The name of the Configuration Template that you want to delete.

Responses

Status Description
Successful

Code: 204

Body:

The Configuration Template was deleted successfully.

Error

Code: 404

Body:
{
  "errors": "No service template found with name {name}"
}