Skip to main content

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

OK

Schema

    code int32

    The response code.

    data object

    The wrapped responding data.

    msg string

    The response message.

Loading...