expireLicense
If the license is not already expired, 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).
expireLicense(
id: ID!
): ExpireLicensePayload!
Arguments
expireLicense.id
● ID!
non-null scalar
The license ID. Should be a full URI.
Type
ExpireLicensePayload
object
The result payload for expiring a license.