Skip to main content
Version: Node SDK

Cancel License

This method will cancel an ad hoc License

Code Sample

import { Salable } from '@salable/node-sdk';

const salable = new Salable('{{API_KEY}}', 'v2');

await salable.licenses.cancel('8ea5c243-7052-4906-acc5-a84690e2cad9');

Parameters

licenseUuid (required)

Type: string

uuid of the License to be canceled

Return Type

For more information about this request see our API documentation on cancel License