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
Authorize the request with a token that carries license_keys:write.
Successful result
A successful request returns 204 without a response document.
Operational notes
Deactivate a license key instance.
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
Authorize the request with a token that carries `license_keys:write`.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
### Operational notes
Validate a license key.
Next
Deactivate License Key