Skip to main content

Delete network policy

DELETE 

/dwsu/:dwServiceUnitId/network-policy/:networkPolicyId

Deletes a network policy from the specified service unit.

Request

Path Parameters

    dwServiceUnitId stringrequired

    The ID of the service unit.

    Example: dw123
    networkPolicyId stringrequired

    The ID of the network policy.

    Example: np123

Responses

OK

Schema

    code int32

    The response code.

    data object

    The wrapped responding data.

    msg string

    The response message.

Loading...