Skip to main content

Delete recovery entities for a group

Select

SaaS
Customer Managed

Delete recovery entities for a group

Path Parameters
  • recoveryGroupId integer required

    Recovery group Id

Request Body
  • recoveryGroup object
  • id int32
  • name string
  • recoveryEntities int32[]
Responses

OK


Schema
  • errorMessage string
  • errorCode int32
DELETE /recoverygroup/:recoverygroupid/entity    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
recoveryGroupId — path required
Body
{
"recoveryGroup": {
"id": 0,
"name": "string"
},
"recoveryEntities": [
0
]
}
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/RecoveryGroup/:recoveryGroupId/Entity' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"recoveryGroup": {
"id": 0,
"name": "string"
},
"recoveryEntities": [
0
]
}'