Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 322 Bytes

File metadata and controls

19 lines (13 loc) · 322 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const unfollow = {};

await client.api('/users/f2a84916-d735-41d9-a04a-4ecf6266ae71/employeeExperience/storyline/unfollow')
	.version('beta')
	.post(unfollow);