Skip to main content
Endpoint:

Authorization

string
required
Example:Authorization | Bearer Paste-Your-API-Key-Here

Request Body

string
required
The license code to deactivate.
string
required
The ID of the product (payment link) associated with the license.

Response

Successful Response

Main 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.