|
◆ misagent_remove()
Removes a given provisioning profile.
- Parameters
-
client | The connected misagent to use. |
profileID | Identifier 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.
|