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

DeleteApplication overview

Command to delete a PingOne application.

Added in v0.0.1


Table of contents


utils

deleteApplicationCommand

Command to delete a PingOne application by ID.

Signature

export declare const deleteApplicationCommand: Command.Command<
  "delete_application",
  OAuthService | HttpClient | CredentialService,
  PingOneAuthError,
  {
    readonly applicationId: string
    readonly environmentId: Option<string>
    readonly pingoneToken: Option<Redacted<string>>
  }
>

Added in v0.0.1