Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 320 Bytes

File metadata and controls

17 lines (12 loc) · 320 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

await client.api('/employeeExperience/roles/5f3c2d11-8a9b-4d6e-b214-7c1f2b9a6d55/members/a40473a5-0fb4-a250-e029-f6fe33d07733')
	.version('beta')
	.delete();