Delete service unit
DELETE/dwsu/:dwServiceUnitId
Deletes the specified service unit. Ensure that the specified service unit exists. Otherwise, an error will be thrown.
Request
Path Parameters
dwServiceUnitId stringrequired
The ID of the service unit.
Example: dw54321
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...