# Excluir agente Excluir um agente no sistema por id Endpoint: DELETE /api/v1/agentes/{id} Version: v1.0.0 ## Path parameters: - `id` (string, required) PessoaId do agente ## Response 400 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 401 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 200 fields