Skip to main content

Delete a Region (Deprecated)

Select

SaaS
Customer Managed

This operation deletes a Region

Path Parameters
  • regionId string required
Responses

OK


Schema
  • error object
  • errorMessage string
  • errorCode integer
DELETE /regions/:regionid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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