DELETE
/
api
/
agents
/
{agentId}
Delete an agent
curl --request DELETE \
  --url http://localhost:3000/api/agents/{agentId}
{
  "success": true,
  "message": "<string>"
}

Path Parameters

agentId
string
required

ID of the agent to delete

Response

200
application/json

Agent deleted successfully

The response is of type object.