Delete
Delete user
client.users.delete(stringusername, RequestOptionsoptions?): void
/user/{username}
This can only be done by the logged in user.
Parameters
username: string
Delete user
import JustinDocsTest from 'justin-docs-test';
const client = new JustinDocsTest({
apiKey: 'My API Key',
});
await client.users.delete('username');