pub async fn delete_language_pack(
language_pack_id: String,
client_id: i32,
) -> Result<(), Error>
Expand description
Deletes all information about a language pack in the current localization target. The language pack which is currently in use (including base language pack) or is being synchronized can’t be deleted. Can be called before authorization
§Arguments
language_pack_id
- Identifier of the language pack to deleteclient_id
- The client id to send the request to