Remove Services Configurations
Remove application service configuration from the specified resource
Request
            
                URI
                    
                                DELETE                            
                            https://{api_host}/suite-api/api/applications/agents/{id}/services
                            COPY
                    Path Parameters
                                        
            
            
                                    string
                
                
            
        
        
                id            
                            Required
            
            
        Resource identifier
Request Body
                        
                            Services need to be deleted
                                            
                                                                                            
                                                    service-configuration-delete-parameters                                                
                                            
                                                                                            of type(s)
                                            
                                            
                                                application/json                                            
                                        
                                                                                    Required
                                        
                                    Show optional properties
{
    "services": [
        {
            "serviceName": "string",
            "configNames": [
                {}
            ]
        }
    ]
}"{\n  \"services\" : [ {\n    \"serviceName\" : \"postgresql\",\n    \"configNames\" : [ \"config_name1\", \"config_name2\" ]\n  }, {\n    \"serviceName\" : \"processavailability\",\n    \"configNames\" : [ \"config_name1\", \"config_name2\" ]\n  } ]\n}"
                            
                                    array of 
                
            
            
                                    object
                
                
            
        
        
                services            
                            Required
            
            
        Collection of applications service configurations
Responses
                        
                200            
            
        The result of task status
                Returns 
                
                                    
                        application-task-statuses                    
                
                of type(s)
                
                    application/json                
            
        
        "No Custom Example is Available"
                            
                                    array of 
                
            
            
                                    object
                
                
            
        
        
                taskStatuses            
                            Required
            
            
        List of application task status
Code Samples
                    COPY
                                    curl -X DELETE -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"services":["object"]}' https://{api_host}/suite-api/api/applications/agents/{id}/services
                
            On This Page
                    
                                            
                    
                                            
    
                        
                    
                                            
                    
                                            
    
                        
                    
                
                    
                    
                Applications Operations
        
                    
                        
                        
                            
                                    PUT                                
                                
                                        Remove Vcenter From Configuration                                    
                                Deprecated
                                                            
                                    PUT                                
                                
                                        Add Vcenter To Configuration                                    
                                Deprecated
                                                            
                                    PUT                                
                                
                                        Unsubscribe                                    
                                
                                    PUT                                
                                
                                        Subscribe                                    
                                
                                    GET                                
                                
                                        Get Services Configurations                                    
                                
                                    PUT                                
                                
                                        Update Services Configurations                                    
                                
                                    POST                                
                                
                                        Save Services Configurations                                    
                                
                                    DELETE                                
                                
                                        Remove Services Configurations                                    
                                
                                    PUT                                
                                
                                        Upgrade Agent                                    
                                
                                    PUT                                
                                
                                        Stop Agent                                    
                                
                                    PUT                                
                                
                                        Start Agent                                    
                                
                                    POST                                
                                
                                        Create V Center Mapping                                    
                                
                                    DELETE                                
                                
                                        Delete V Center Mapping                                    
                                
                                    POST                                
                                
                                        Query V Center Mappings Info                                    
                                
                                    POST                                
                                
                                        Sign Client Certificate                                    
                                
                                    POST                                
                                
                                        Install Agent                                    
                                
                                    DELETE                                
                                
                                        Uninstall Agent                                    
                                
                                    POST                                
                                
                                        Activate Services                                    
                                
                                    GET                                
                                
                                        Get Configuration Details                                    
                                
                                    GET                                
                                
                                        Get Service Configuration Template                                    
                                
                                    GET                                
                                
                                        Get Application Resources                                    
                                
                                    GET                                
                                
                                        Download Client Certificate                                    
                                
                                    GET                                
                                
                                        Get Agent Operation Status                                    
                                
                                    GET                                
                                
                                        Get Service Configurations                                    
                                
                                    GET                                
                                
                                        Get Service Operation Status                                    
                                