Skip to main content

Delete Subclient of a DB2 Backupset

This operation is used to delete a subclient of a DB2 backupset.

Path Parameters
  • SubClientID integer required

    ID of the DB2 subclient

Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object[]
  • errorCode integer
  • entity object

    Deleted subclient general properties

  • subclientId integer
  • clientId integer
  • instanceName string
  • appName string
  • clientName string
  • subclientName string
  • backupsetName string
  • _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>'