Skip to main content

Delete a Client By Name

Select

SaaS
Customer Managed

This operation deletes a client entity.

⚠️ Caution

This operation also deletes any backup data that is associated with the client.

Path Parameters
  • clientname string required

    Name of the client

Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object[]
  • errorCode integer
  • entity object
  • srmReportSet integer
  • type integer
  • clientName string
  • srmReportType integer
  • clientSidePackage boolean
  • clientId integer
  • _type_ integer
  • consumeLicense boolean
DELETE /client/byName(clientName=':clientname')    

Authorization

type: apiKeyname: Authtokenin: header

Request

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