Unregisters RADIUS Client Using Name

delete

/radius-admin/v1/clients/application/{radiusClientName}

Permits administrator to unregister a previously registered RADIUS client based on the application name.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Given RADIUS client unregistered from Oracle RADIUS Agent successfully.
Body ()
Root Schema : schema
Type: object
Show Source

404 Response

Given RADIUS client not registered with Oracle RADIUS Agent.
Body ()
Root Schema : ResponseMessage
Type: object
Show Source

500 Response

Error occurred during unregistration of the RADIUS client.
Body ()
Root Schema : ResponseMessage
Type: object
Show Source
Back to Top