async fn delete_chatbot( chatbot_configuration_id: Path<Uuid>, pool: Data<PgPool>, user: AuthUser, ) -> ControllerResult<Json<()>>
DELETE /api/v0/main-frontend/chatbots/{chatbot_configuration_id}
/api/v0/main-frontend/chatbots/{chatbot_configuration_id}