Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 297 Bytes

File metadata and controls

20 lines (14 loc) · 297 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const cancel = {
  Comment: 'Cancelling for this week due to all hands'
};

await client.api('/me/events/{id}/cancel')
	.post(cancel);