DELETE /bsus/api/v1/access-rights/{group_name} - Adaptive Applications - BlueCat Gateway - 23.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Deletes BSUS access rights completely for a BSUS user group, removing access to all Server Batches.

Parameters

Name Description
group_name Location: Path

Type: String

The name of the user group whose Server Batch access rights you want to delete.

Responses

Status Description
Successful

Code: 200

Body:
{
  "data":  "Removed access rights of user group {group_name} successfully"
}
Error

Code: 404

Body:
{
  "error": "Group name {group_name} not found"
}

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.