Delete Agent Endpoint
Description
Deletes an agent from the system using its unique agent_id
.
Endpoint
DELETE /v3/agents/{agent_id}
Authentication
- Requires an API key (
x-api-key
) in the request headers.
Path Parameters
Parameter | Type | Description |
---|---|---|
agent_id | string | Unique identifier of the agent to delete. |