Skip to main content

Delete Informix database group

This operation is used to delete Informix 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

    Subclient ID

  • clientId integer
  • instanceName string

    INstance Name

  • appName string

    Default value: Informix

    Application Name

  • clientName string

    Clien

  • subclientName string

    Subclient Name

  • backupsetName string
  • _type_ integer
DELETE /subclient/:subclientid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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