Skip to main content

Delete Subclient of a DB2 MultiNode Backupset

Select

SaaS
Customer Managed

This operation is used to delete a subclient of a DB2 MultiNode Backupset.

Path Parameters
  • SubclientID integer required

    ID of the subclient

Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object[]
  • errorCode integer
  • entity object
  • subclientId integer
  • clientId integer
  • instanceName string
  • appName string

    DB2 MultiNode

  • clientName string

    DB2 MultiNode Pseudo Client Name

  • subclientName string

    Subclient Deleted

  • backupsetName string

    Backupset of which subclient got deleted

  • _type_ integer
DELETE /subclient/:subclientid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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