Skip to content

DeactivateLicenseCredential

Public request to terminally deactivate one credential activation.

const DeactivateLicenseCredential: Schema.Struct<{
key: Schema.Redacted<Schema.brand<Schema.String, "LicenseKeyValue">>;
activationId: Schema.brand<Schema.String, "LicenseActivationId">;
}>;