agents
Delete an agent
Permanently deletes an agent
delete/api/agents/{agentId}
Path parameters
agentIdstring uuid required
ID of the agent to delete
Response
Agent deleted successfully
Example response
{
"success": true
}Permanently deletes an agent
ID of the agent to delete
Agent deleted successfully
{
"success": true
}