Skip to main content

Delete HANA Instance

Select

SaaS
Customer Managed

Delete HANA insatnce

Path Parameters
  • instanceId string required

    HANA instance ID

Query Parameters
  • Instance ID integer

    HANA instance ID to be deleted

Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object[]
  • warningCode integer
  • errorCode integer
  • warningMessage string
  • entity object
  • subclientId integer
  • clientId integer
  • instanceName string
  • instanceId integer
  • _type_ integer
DELETE /instance/:instanceid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
Security Scheme
token
instanceId — path required
Instance ID — query
curl -L -X DELETE 'https://localhost/webconsole/api/instance/:instanceId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'