curl --request DELETE \
--url http://localhost:3000/api/agents/{agentId}{
"success": true,
"message": "<string>"
}Permanently deletes an agent
curl --request DELETE \
--url http://localhost:3000/api/agents/{agentId}{
"success": true,
"message": "<string>"
}Was this page helpful?