DeleteOrganization
Last updated
Deletes an organization
Note that to call this function, you must:
Set the AdminEncryptionKey
bool DeleteOrganization(string webServiceUrl, IQlmOrganizationInfo orgInfo, out string response)webServiceUrl
string
URL to the QLM License Server.
orgInfo
IQlmOrganizationInfo
Organization information
response
string
XML fragment containing the result of the call.
bool
returns true if the operation succeeded; false otherwise.
You must set the OrganizationID or the OrganizationName in the orgInfo object.
Edition: QLM Enterprise
Version: v17+
Last updated