Skip to main content
Version: Node SDK

Cancel many Licenses

This method will cancel many ad hoc Licenses

Code Sample

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

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

await salable.licenses.cancelMany(['{{LICENSE_UUID_ONE}}', '{{LICENSE_UUID_TWO}}']);

Parameters

licenseUuids (required)

Type: string[]

uuid array of the Licenses to be canceled

Return Type

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