Function delete_permission

Source
pub async fn delete_permission(
    pool: &State<Pool<MySql>>,
    id: i64,
) -> (Status, String)