Skip to main content

Delete HANA subclient

HANA subclient delete

Path Parameters
  • subclientid string required

    Subclient Id of the subclient whose properties need to be read

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://localhost/commandcenter/api
Security Scheme
token
subclientid — path required
curl -L -X DELETE 'https://localhost/commandcenter/api/subclient/:subclientid' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'