Deletes Global Configuration

delete

/radius-config/v1/configurations/{configType}

Permits administrators to delete the given global scoped configuration from Oracle RADIUS Agent.

Request

Path Parameters
  • Configuration type whose configuration needs to be deleted.Use all the first level configuration type such as logging, server, authentication, mfa, application or preferences.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Configuration deleted successfully.
Body ()
Root Schema : ResponseMessage
Type: object
Show Source

400 Response

Bad request
Body ()
Root Schema : ResponseMessage
Type: object
Show Source

404 Response

Given configuration type does not exist.
Body ()
Root Schema : ResponseMessage
Type: object
Show Source
Back to Top