Skip to main content

Delete a Company (Deprecated)

Select

SaaS
Customer Managed

This operation deletes a Company.

More Details

Path Parameters
  • OrganizationId string required
Responses

OK


Schema
  • errorMessage string
  • errorCode integer
DELETE /organization/:organizationid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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