default

Delete Agent Java Token

Deletes an agent based on the provided userName and agentId.

delete/ca_apis/deleteAgent

Headers

apiKeystring required
Content-Typestring required

Request body

userNamestring required

The username associated with the agent.

agentIdstring required

The ID of the agent to delete.

Response

Successful response indicating the agent was deleted.

Changes