libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ lockdownd_remove_value()

lockdownd_error_t lockdownd_remove_value ( lockdownd_client_t  client,
const char *  domain,
const char *  key 
)

Removes a preference node by domain and/or key name.

Note
: Use with caution as this could remove vital information on the device
Parameters
clientAn initialized lockdownd client.
domainThe domain to query on or NULL for global domain
keyThe key name to remove or NULL remove all keys for the current domain
Returns
LOCKDOWN_E_SUCCESS on success, LOCKDOWN_E_INVALID_ARG when client is NULL