Loading...
Deactivate the current license key used by Parallels RAS.
License settings
The email address you use to log in to Parallels My Account.
Your Parallels account password.
No Content
const response = await fetch('/api/License/deactivate', { method: 'POST', headers: { "Content-Type": "application/json; api-version=1.0" }, body: JSON.stringify({ "email": "text", "password": "text" }), }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }