cancelLicenses
Sets the license status to 'CANCELLED', if found. If the license is not found we ignore it. Sets its expiration time to the created date, making its duration empty. While not ideal, this can be used to virtually 'remove' a license from systems that do not support real deletes. (i.e. ODL consumers).
cancelLicenses(
ids: [ID!]!
): [CancelLicensePayload!]!
Arguments
cancelLicenses.ids
● [ID!]!
non-null scalar
Type
CancelLicensePayload
object
The result payload for cancelling a license.