Skip to main content

Retire Client

⚠️ Caution

This operation releases the licenses and uninstalls the CommVault software on the client. If no client backup data exists in the ContentStore, then it is deleted. Otherwise, the client is set to a deconfigured state for restore purposes.

More Details

Path Parameters
  • clientId string required
Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object
  • errorString string
  • errorCode integer
DELETE /client/:clientid/retire    

Authorization

type: apiKeyname: Authtokenin: header

Request

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