ITookanDeleteAgent Method |
Deletes agent
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax TookanBaseResponse DeleteAgent(
int fleetId
)
Function DeleteAgent (
fleetId As Integer
) As TookanBaseResponse
Parameters
- fleetId
- Type: SystemInt32
Agent Id of your agent. You will get this from agent list in dashboard.
Return Value
Type:
TookanBaseResponseThe response object.
See Also