Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 441 Bytes

File metadata and controls

24 lines (18 loc) · 441 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const purgeImportedSnapshot = {
  snapshotIds: [
    '7e8c3054-bda1-4e37-81c5-7d1b080a8849',
    '715c8075-6892-42f3-9550-40b4b48e13d2'
  ]
};

await client.api('/deviceManagement/virtualEndpoint/snapshots/purgeImportedSnapshot')
	.version('beta')
	.post(purgeImportedSnapshot);