Remove Services Configurations

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

Authentication
This operation uses the following authentication methods.
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