Skip to main content

Delete recovery group

Select

SaaS
Customer Managed

Delete recovery group

Path Parameters
  • recoveryGroupId integer required

    Recovery group Id

Responses

OK


Schema
  • recoveryGroup object
  • id int32
  • name string
  • error object
  • errorMessage string
  • errorCode int32
DELETE /recoverygroup/:recoverygroupid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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