Skip to content

RevokeLicenseCredential

Public merchant-side credential revocation command.

const RevokeLicenseCredential: Schema.Struct<{
idempotencyKey: Schema.brand<Schema.String, "IdempotencyKey">;
licenseId: Schema.brand<Schema.String, "LicenseId">;
}>;