Deactivate license
POST
/license/deactivate
const url = 'https://shoehorn.example.com/api/v1/license/deactivate';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://shoehorn.example.com/api/v1/license/deactivateResponses
Section titled “ Responses ”License deactivated