Delete an agent from a server
Used to delete an agent from a server It is expected that the agent has been deconfigured before performing delete operation. But internally if the agent is not deconfigured, then we force deconfigure it to proceed with delete operation Examples of supported agentIds are: 33-File System, 106-Virtual Server
Path Parameters
- serverId int32 required
Id of the server to modify
- agentId int32 required
Id of the agent to be modified
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...