License Keys
Deactivate Instance
Deactivate or unregister an active device instance from a license key.
POST
TypeScript SDK
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Path Parameters
The unique device instance ID.
Body
application/json
The license key.
Response
200 - application/json
Instance deactivated successfully.
Previous
List Active InstancesList all active devices or server instances linked to a specific license key.
Next
TypeScript SDK