Function delete

Source
pub async fn delete(
    conn: &mut PgConnection,
    chatbot_configuration_id: Uuid,
) -> ModelResult<()>