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

DeletePopulation overview

CLI command for deleting a PingOne population by ID.

Added in v0.0.1


Table of contents


utils

deletePopulationCommand

Command to delete a PingOne population by ID.

Signature

export declare const deletePopulationCommand: Command.Command<
  "delete_population",
  OAuthService | HttpClient | CredentialService,
  PingOneAuthError,
  {
    readonly populationId: string
    readonly environmentId: Option<string>
    readonly pingoneToken: Option<Redacted<string>>
  }
>

Added in v0.0.1