Skip to main content
DELETE
/
api
/
agents
/
{agent_id}
Delete Agent
curl --request DELETE \
  --url https://api.example.com/api/agents/{agent_id}
{
  "success": true,
  "message": "Agent deleted successfully"
}
Delete an agent.
agent_id
string
required
The unique identifier of the agent to delete.

Response

success
boolean
Indicates if the deletion was successful.
message
string
Success message.
{
  "success": true,
  "message": "Agent deleted successfully"
}