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