POST
/
v1
/
licenses
/
deactivate

Headers

x-api-key
string
required

Body

application/json
key
string
required

The license key to deactivate.

instance_id
string
required

Id of the instance to deactivate.

Response

200 - application/json
id
string
required

Unique identifier for the object.

mode
enum<string>
required

String representing the environment.

Available options:
test,
live,
sandbox
object
string
required

A string representing the object’s type. Objects of the same type share the same value.

status
enum<string>
required

The current status of the license key.

Available options:
inactive,
active,
expired,
disabled
key
string
required

The license key.

activation
number
required

The number of instances that this license key was activated.

created_at
string
required

The creation date of the license key.

activation_limit
object | null

The activation limit. Null if activations are unlimited.

expires_at
object | null

The date the license key expires. Null if it does not have an expiration date.

instance
object[] | null

Associated license instances.