Skip to main content

Delete a Subclient By Name

Select

SaaS
Customer Managed

This operation deletes a subclient.

Path Parameters
  • clientname string required

    Name of the client

  • appname string required

    Name of the application

  • backupsetname string required

    Name of the backup set

  • subclientname string required

    Name of the subclient

Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object[]
  • errorCode integer
DELETE /Subclient/byName(clientName=':clientname',appName=':appname',backupsetName=':backupsetname',subclientName=':subclientname')    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clientname — path required
appname — path required
backupsetname — path required
subclientname — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'