POST
/
v1
/
customer-portal
/
license-keys
/
deactivate
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 ...
This response does not have an example.

Body

application/json

Response

204

License key activation deactivated.