Delete DB2 Cluster
Select
SaaS
Customer Managed
This operation is used to delete the Cluster Pseudo Client
Path Parameters
- ClientID integer required
ID of the Cluster Pseudo Client
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
errorString stringerrorCode integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"errorString": "string",
"errorCode": 0
}
}
Bad Request
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Licenses have been released for all the client packages except MediaAgent. Please use Delete MediaAgent option if you want to deconfigure the client completely.",
"errorCode": 1
}
Loading...