POST
/
v1
/
customer-portal
/
license-keys
/
deactivate
Typescript (SDK)
import { Polar } from "@polar-sh/sdk";

const polar = new Polar();

async function run() {
  await polar.customerPortal.licenseKeys.deactivate({
    key: "<key>",
    organizationId: "<value>",
    activationId: "<value>",
  });


}

run();
This response does not have an example.

Body

application/json
key
string
required
organization_id
string<uuid4>
required
activation_id
string<uuid4>
required

Response

License key activation deactivated.