Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 446 Bytes

File metadata and controls

21 lines (15 loc) · 446 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const removeFromDrive = {
  driveId: 'b!HEq8Q8ZfAkuMECqSaQFnJVwNMbAGLHhHnXMz1C32pozpolsoEg-MT47fBTiYcbnd'
};

await client.api('/sites/ede4bb84-6c94-4c39-8acf-3d9dbb667fba/contentModels/ede4bb84-6c94-4c39-8acf-3d9dbb667fba/removeFromDrive')
	.version('beta')
	.post(removeFromDrive);