Skip to main content Link Search Menu Expand Document (external link)

DeleteUser overview

Delete user command for PingOne CLI

Added in v0.0.1


Table of contents


utils

deleteUser

Command to delete a PingOne user by ID.

Signature

export declare const deleteUser: Command.Command<
  "delete_user",
  OAuthService | HttpClient | CredentialService,
  PingOneAuthError,
  { readonly userId: string; readonly environmentId: Option<string>; readonly pingoneToken: Option<Redacted<string>> }
>

Added in v0.0.1