Skip to main content

Delete Server Plan Storage Region

Delete Storage Region for an Elastic Plan

Path Parameters
  • planId int32 required

    Id of the Plan to modify

  • regionList string required

    List of region names/ids to be deleted. If region ids are passed, set isRegionIdList=true

Query Parameters
  • isRegionIdList boolean

    Is regionList a list of region ids

Responses

Success


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

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
planId — path required
regionList — path required
isRegionIdList — query
curl -L -X DELETE 'https://localhost/webconsole/api/V4/ServerPlan/:planId/storageRegion/:regionList' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'