Deactivate License Key
Intent
Runs the deactivate license key action.
When to call it
Call this when your workflow reaches the point where it must deactivate license key.
Access boundary
Use the credential type and authentication scheme shown for this operation.
Successful result
A successful request returns 204 without a response document.
Operational notes
Disable a license key instance.
This endpoint accepts requests without authentication and is suitable for use on a public client, like a desktop application or a mobile app. If you plan to validate a license key on a server, use the
/v1/license-keys/deactivateendpoint instead.
POST
Deactivate License Key
Previous
Validate License Key### Intent
Runs the validate license key action.
### When to call it
Call this when your workflow reaches the point where it must validate license key.
### Access boundary
Use the credential type and authentication scheme shown for this operation.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
### Operational notes
Check a license key.
> This endpoint accepts requests without authentication and is suitable for use on a public
> client, like a desktop application or a mobile app.
> If you plan to validate a license key on a server, use the `/v1/license-keys/validate`
> endpoint instead.
Next
Deactivate License Key