Skip to main content

Delete DB2 MultiNode Backupset

Select

SaaS
Customer Managed

This operation is used to delete a DB2 MultiNode instance backupset

Path Parameters
  • BackupsetID integer required

    ID of the DB2 MultiNode Backupset

Responses

OK


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

    Client ID of DB2 MultiNode Pseudo Client

  • applicationId integer

    Application ID of DB2 MultiNode

  • backupsetId integer

    Backupset ID that is deleted

  • _type_ integer
DELETE /backupset/:backupsetid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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