Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 307 Bytes

File metadata and controls

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

const client = Client.init(options);

await client.api('/users/kim@contoso.com/authentication/softwareOathMethods/b172893e-893e-b172-3e89-72b13e8972b1')
	.version('beta')
	.delete();