Skip to main content

Delete DocumentDB cluster group

Select

SaaS
Customer Managed

This operation deletes the subclient (cluster group)

Path Parameters
  • subclientid string required

    ID of the subclient

Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object[]
  • errorCode integer
  • entity object
  • subclientId integer
  • clientId integer
  • instanceName string
  • appName string
  • clientName string
  • subclientName string
  • backupsetName string
  • _type_ integer
DELETE /subclient/:subclientid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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