Skip to main content

Delete MySQL database group

Select

SaaS
Customer Managed

This operation is used to delete MySQL database group

Path Parameters
  • subclientId string required

    ID of database group

Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object[]
  • errorCode integer
  • entity object
  • subclientId integer

    Deleted database group ID

  • clientId integer

    Client ID

  • instanceName string

    MySQL Instance name

  • appName string

    Default value: MySQL

  • clientName string

    Client name

  • subclientName string

    Database group name

  • backupsetName string

    Backupset name

  • _type_ integer
DELETE /subclient/:subclientid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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