pub async fn remove_installed_background(
background_id: i64,
client_id: i32,
) -> Result<(), Error>Expand description
Removes background from the list of installed backgrounds
ยงArguments
background_id- The background identifierclient_id- The client id to send the request to