Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
The license code to deactivate.
The ID of the product (payment link) associated with the license.
Response
Successful ResponseMain Structure (Root)
Status code from the API.
200 on successful deactivation.Status message describing the result.
By performing this action, the status of the license code will change to
INACTIVE.Errors
Returned when
licenseCode or productId is missing or invalid.Returned when the Authorization header is missing or invalid.
Returned when the request cannot be processed.
