cancelLicense
Sets the license status to 'CANCELLED'. 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).
cancelLicense(
id: ID!
): CancelLicensePayload!
Arguments
cancelLicense.id
● ID!
non-null scalar
Type
CancelLicensePayload
object
The result payload for cancelling a license.