Skip to main content

Delete Recovery Point Stores

Select

SaaS
Customer Managed

Delete a specific recovery point store

Path Parameters
  • rpsId string required
Responses

OK


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/recoverypointstore/:rpsid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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