Skip to main content

Delete Salesforce Organization

This operation is used to Delete a Salesforce Organization

Path Parameters
  • clientId integer required

    Salesforce organization client ID

Responses

OK

DELETE /v4/server/:clientid/agent/134    

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/Server/:clientId/Agent/134' \
-H 'Authtoken: <API_KEY_VALUE>'