Skip to main content

Delete DW user

DELETE 

/dwsu/:dwServiceUnitId/user/:userId

Deletes a DW user from the specified service unit.

Request

Path Parameters

    dwServiceUnitId stringrequired

    The ID of the service unit.

    Example: dw54321
    userId stringrequired

    The ID of the DW user that you want to delete.

    Example: b6128428-c9d3-4066-b31e-d7cec62ced27

Responses

OK

Schema

    code int32

    The response code.

    data object

    The wrapped responding data.

    msg string

    The response message.

Loading...