Delete RiskMatrixThresholds
delete
                    /riskMatrixThreshold
Send a request to this endpoint to delete one or more riskMatrixThreshold. Objects with ID values that match the values provided in the request body will be deleted.
                Request
Header Parameters
                    - 
                            Authorization(required): 
                            
                            OAuth token
Supported Media Types
                            - application/json
A list of riskMatrixThreshold objects.
Required fields: You must supply both the RiskMatrixObjectId and RiskThresholdObjectId fields when you use the Delete RiskMatrixThresholds operation. All other fields are optional.
Root Schema : List<RiskMatrixThreshold>
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        List<RiskMatrixThreshold>- 
            Array of: 
                object  RiskMatrixThreshold
            
            Title:RiskMatrixThresholdRiskMatrixThreshold Entity
Nested Schema : RiskMatrixThreshold
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    RiskMatrixThresholdRiskMatrixThreshold Entity
    
    
    
    
        Show Source
        - 
                
                    
                    CreateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this risk matrix score type was created.
- 
                
                    
                    CreateUser: string
                    
                    
                     
                    
                
                
                The name of the user that created the risk matrix score type.
- 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this risk matrix score type was last updated.
- 
                
                    
                    LastUpdateUser: string
                    
                    
                     
                    
                
                
                The name of the user that last updated the risk matrix score type.
- 
                
                    
                    RiskMatrixName: string
                    
                    
                     
                    
                
                
                The name of the associated Risk Matrix.
- 
                
                    
                    RiskMatrixObjectId(required): integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the associated Risk Matrix.
- 
                
                    
                    RiskThresholdName: string
                    
                    
                     
                    
                
                
                The name of the associated Risk Threshold.
- 
                
                    
                    RiskThresholdObjectId(required): integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the associated Risk Threshold.
Response
Supported Media Types
                - application/json
200 Response
OK.
                            
                            
                                Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
boolean400 Response
Bad Request.
                            
                            
                            
                            
                        401 Response
Unauthorized.
                            
                            
                            
                            
                        403 Response
Forbidden.
                            
                            
                            
                            
                        404 Response
Not Found.
                            
                            
                            
                            
                        405 Response
Invalid Input.
                            
                            
                            
                            
                        500 Response
Internal Server Error.