Skip to main content
POST
/
v1
/
customer-portal
/
license-keys
/
deactivate
Python (SDK)
from polar_sdk import Polar


with Polar() as polar:

    polar.customer_portal.license_keys.deactivate(request={
        "key": "<key>",
        "organization_id": "<value>",
        "activation_id": "<value>",
    })

    # Use the SDK ...
{
  "error": "<string>",
  "detail": "<string>"
}

Body

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

Response

License key activation deactivated.