Skip to main content

Delete a Domain

This operation deletes a domain.

More Details

Path Parameters
  • domainId string required
Responses

OK


Schema
  • errorMessage string
  • errorCode integer
DELETE /commcell/domaincontroller/:domainid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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