Skip to main content

Delete Storage Region of LaptopPlan

Select

SaaS
Customer Managed

Delete Storage Region for a laptop Plan

Path Parameters
  • planId int32 required

    Id of the Laptop 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/laptopplan/:planid/storageregion/:regionlist    

Authorization

type: apiKeyname: Authtokenin: header

Request

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