Removes a preference node by domain and/or key name.
- Note
- : Use with caution as this could remove vital information on the device
- Parameters
-
client | An initialized lockdownd client. |
domain | The domain to query on or NULL for global domain |
key | The 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