Deactivate a RADIUS Proxy
PATCH {{HOST}}/admin/v1/RadiusProxies/{{RPid}}
Request Body
{"Operations"=>[{"op"=>"replace", "path"=>"active", "value"=>false}], "schemas"=>["urn:ietf:params:scim:api:messages:2.0:PatchOp"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |