Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 399 Bytes

File metadata and controls

21 lines (15 loc) · 399 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const deletePasswordSingleSignOnCredentials = {
  id: '314ac440-129f-4cb3-ad61-24ef4a7de1d9'
};

await client.api('/users/{usersId}/deletePasswordSingleSignOnCredentials')
	.version('beta')
	.post(deletePasswordSingleSignOnCredentials);