Delete DPS cluster
DELETE/unit/dps/:dpsId
Deletes a DPS cluster from the service unit.
Request
Path Parameters
dpsId stringrequired
The ID of the DPS cluster.
Example: dwsu54321
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
code int32
The response code.
data object
The wrapped responding data.
msg string
The response message.
{
"code": 0,
"data": {},
"msg": "string"
}
Loading...