Agents
Delete agent
Endpoint: DELETE /v2/agent/{agent_id}
This endpoint is used to delete a specific agent identified by its unique agent ID. This operation removes the agent and its associated data from the system.
Parameters
agent_id
string
requiredThe unique identifier of the agent to be deleted.
Response Parameters
message
dict
Confirmation message about the agentโs deletion.