Loading...
Disable the licensee object.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/accounts/licensees/{id}/disable', { method: 'POST', headers: {}, }); const data = await response.json();
{ "id": "text", "href": "text", "name": "text", "externalId": "text", "useBuyerAddress": false, "icon": "text", "description": "text" }