Skip to main content

Delete software cache for server

Select

SaaS
Customer Managed

Delete software cache for server

Path Parameters
  • clientId int32 required

    Software cache client id

Responses

OK


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/softwarecache/:clientid    

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/V4/SoftwareCache/:clientId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'