Deletes Application Configuration

delete

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

Permits administrators to delete the given application scoped configuration from Oracle RADIUS Agent based on the name of the RADIUS client.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Give 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