Delete Hcx Alert
This API shall delete an alert, and will not be a part of the query alerts API response subsequently.
Request
            
                URI
                    
                                DELETE                            
                            https://{api_host}/hybridity/api/alerts/{alertId}
                            COPY
                    Path Parameters
                                        
            
            
                                    string
                
                
            
        
        
                alertId            
                            Required
            
            
        alertId
Responses
                        
                200            
            
        Accepted
                Returns 
                
                                    nls_1.0_delete_alert_response
                
                of type(s)
                
                    application/json                
            
        
        "nls_1.0_delete_alert_response Object"
                401            
            
        Unauthorized
Operation doesn't return any data structure
            
            
                    
                403            
            
        Forbidden
Operation doesn't return any data structure
            
            
                    Code Samples
                    COPY
                                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/hybridity/api/alerts/{alertId}
                
            