Skip to main content

Delete DB2 Backupset

Select

SaaS
Customer Managed

This operation is used to delete a DB2 backupset

Path Parameters
  • BackupsetID integer required

    ID of the backupset

Responses

OK


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

    general properties of backupset deleted

  • clientId integer
  • applicationId integer
  • backupsetId integer
  • _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>'