• Deletes an existing GitHub Gist.

    Parameters

    • gistId: undefined | string

      The ID of the Gist to be deleted.

    • Optionalupdate: boolean

      A flag to determine whether the deletion is part of an update. If not, a success message is shown.

    Returns Promise<void>

    A promise that resolves when the deletion is complete.