Skip to main content

Delete Replication Group

Select

SaaS
Customer Managed

This operation deletes Replication group.

Path Parameters
  • taskId string required
Request Body
  • opType integer
  • taskEntities object[]
  • _type_ integer
  • taskId integer
  • taskIds integer[]
Responses

OK


Schema
  • errorCode integer
POST /task/:taskid/operation/delete    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
taskId — path required
Body

{
"opType": 0,
"taskEntities": [
{
"_type_": 0,
"taskId": 0
}
],
"taskIds": [
0
]
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Task/:taskId/Operation/DELETE' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"opType": 0,
"taskEntities": [
{
"_type_": 0,
"taskId": 0
}
],
"taskIds": [
0
]
}'