Remove Services Configurations Using DELETE
Remove application service configuration from the specified resource
Request
URI
DELETE
https://{api_host}/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": [
{
"configNames": [
{}
],
"serviceName": "string"
}
]
}
{
"services": [
{
"configNames": [
"string"
],
"serviceName": "string"
}
]
}
services
Required
Collection of applications service configurations
Responses
200
The result of task status
Returns application-task-statuses of type(s) application/json
{
"taskStatuses": [
{
"errorMessage": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"resources": [
"string"
],
"taskID": "string"
}
]
}
On This Page
Applications Operations
PUT
Add Vcenter To Configuration Using PUT
GET
Get Agent Operation Status Using GET
GET
Get Application Resources Using GET
GET
Get Configuration Details Using GET
GET
Get Service Configurations Using GET
GET
Get Service Configuration Template Using GET
GET
Get Service Operation Status Using GET
GET
Get Services Configurations Using GET
POST
Install Agent Using POST
DELETE
Remove Services Configurations Using DELETE
PUT
Remove Vcenter From Configuration Using PUT
POST
Save Services Configurations Using POST
POST
Sign Client Certificate Using POST
PUT
Start Agent Using PUT
PUT
Stop Agent Using PUT
PUT
Subscribe Using PUT
DELETE
Uninstall Agent Using DELETE
PUT
Unsubscribe Using PUT
PUT
Update Services Configurations Using PUT
PUT
Upgrade Agent Using PUT