Skip to main content

Delete a Backup Set

Select

SaaS
Customer Managed

This operation deletes a backup set.

More Details

Path Parameters
  • backupsetId string required
Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object[]
  • errorCode integer
  • entity object
  • srmReportSet integer
  • type integer
  • applicationId integer
  • backupsetId integer
  • srmReportType integer
  • clientSidePackage boolean
  • clientId integer
  • _type_ integer
  • consumeLicense boolean
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>'