Skip to main content

Delete DB2 Cluster

Select

SaaS
Customer Managed

This operation is used to delete the Cluster Pseudo Client

Path Parameters
  • ClientID integer required

    ID of the Cluster Pseudo Client

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>'