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
-
applicationName(required): string
Name of configuration that needs to be deleted
-
configType(required): string
Configuration type whose configuration needs to be deleted.Use application configuration type to delete the particular application.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Give configuration deleted successfully.
Root Schema : ResponseMessage
Type:
Show Source
object-
details: string
Details about the error occurredExample:
Detailed message about the cause of the error. -
errorCode: string
The error code of the error occurredExample:
IRA-00001 -
message: string
Message of the success/errorExample:
Configuration is successfully updated. -
timestamp: string
(date)
Timestamp at which success/error occurredExample:
2021-03-01T15:08:40.933Z[UTC]
400 Response
Bad request
Root Schema : ResponseMessage
Type:
Show Source
object-
details: string
Details about the error occurredExample:
Detailed message about the cause of the error. -
errorCode: string
The error code of the error occurredExample:
IRA-00001 -
message: string
Message of the success/errorExample:
Configuration is successfully updated. -
timestamp: string
(date)
Timestamp at which success/error occurredExample:
2021-03-01T15:08:40.933Z[UTC]
404 Response
Given configuration type does not exist.
Root Schema : ResponseMessage
Type:
Show Source
object-
details: string
Details about the error occurredExample:
Detailed message about the cause of the error. -
errorCode: string
The error code of the error occurredExample:
IRA-00001 -
message: string
Message of the success/errorExample:
Configuration is successfully updated. -
timestamp: string
(date)
Timestamp at which success/error occurredExample:
2021-03-01T15:08:40.933Z[UTC]