| 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);