Unregisters RADIUS Client Using Host
delete
                    /radius-admin/v1/clients/{hostName}
Permits administrator to unregister a previously registered RADIUS client based on the host name or IP address.
                Request
Path Parameters
                - 
                    hostName(required):  string
                    
                    IP address or host name of the registered RADIUS client
 
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
 
200 Response
Given RADIUS client unregistered from Oracle RADIUS Agent successfully.
                            
                            
                                Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    applicationName(required): string
                    
                    
                     
                    
                
                
                Name of the RADIUS client applicationExample:
Database RADIUS Client - 
                
                    
                    applicationType: string
                    
                    
                     
                    
                
                
                Type of the RADIUS client applicationExample:
Oracle, Cisco VPN, SSH etc. - 
                
                    
                    description: string
                    
                    
                     
                    
                
                
                Description of the RADIUS client applicationExample:
Database RADIUS client for DB Authentication - 
                
                    
                    hostName(required): string
                    
                    
                     
                    
                
                
                RADIUS client host name or IP addressExample:
Add IP address or hostname of RADIUS client machine here - 
                
                    
                    id(required): integer
                    
                    
                     (int64) 
                    
                
                
                Read Only:
trueId generated for the RADIUS client - sharedSecret(required): string
 
404 Response
Given RADIUS client not registered with Oracle RADIUS Agent.
                            
                            
                                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] 
500 Response
Error occurred during unregistration of the RADIUS client.
                            
                            
                                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]