Skip to main content

Delete Global Server Plan Storage Region

Select

SaaS
Customer Managed

Delete Storage Region for a Global Plan

Path Parameters
  • planId int32 required

    Id of the Plan to modify

  • regionId int32 required

    Region id to be deleted.

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/global/serverplan/:planid/storageregion/:regionid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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