libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ misagent_remove()

misagent_error_t misagent_remove ( misagent_client_t  client,
const char *  profileID 
)

Removes a given provisioning profile.

Parameters
clientThe connected misagent to use.
profileIDIdentifier of the provisioning profile to remove. This is a UUID that can be obtained from the provisioning profile data.
See also
misagent_copy
Returns
MISAGENT_E_SUCCESS on success, MISAGENT_E_INVALID_ARG when client is invalid, or an MISAGENT_E_* error code otherwise.