pub async fn delete<'a, E>(executor: E, company_id: i32, id: i32) -> Result<()>where E: Executor<'a, Database = Postgres>,
Delete agent.
Returns error if there was a problem while accessing database.