API Endpoints
Delete Agent Endpoint
DELETE
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. |
Request Example (cURL)
Response Example
Authorizations
Path Parameters
Unique identifier of the agent to delete.
Response
200
application/json
Agent deleted successfully
The response is of type object
.