Skip to main content

Delete a Client

Select

SaaS
Customer Managed

This operation deletes a client entity.

⚠️ Caution

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

More details

Example

DELETE /Client/12

Path Parameters
  • clientId integer required

    The client ID of the client. If the client ID is not known, use the Get Client ID API to retrieve it

Query Parameters
  • forceDelete boolean

    Force Delete the client even if it is not retired

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/:clientid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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