Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 268 Bytes

File metadata and controls

16 lines (11 loc) · 268 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

await client.api('/places/30ca79af-ecb7-46c2-a14b-afe264a91543/microsoft.graph.building/map')
	.delete();