unassignNetwork

Removes association between network and user.

Request

HTTP Request

DELETE /user/{id}/network/{networkId}
Parameters

Parameter NameRequiredTypeDescription
idYesintegerUser identifier
networkIdYesintegerNetwork identifier

Authorization

Access JSON Web Token (ManageUser)

Request Body

Do not supply a request body with this method.

Response

If successful, this method returns an empty response body.