Class DeleteWallet

Delete a wallet by passId or email and programId.

Hierarchy (view full)

Constructors

Properties

brandId?: number
email?: string
passId?: number
programId?: number

Methods

  • getBody is used by the BambuClient to properly construct the request object body.

    Returns undefined

    Returns the expected body of the request utilizing the defined request attributes.

  • This returns the proper response type for the execute function.

    Parameters

    • apiResponse: any

      The response from the API request.

    Returns boolean

  • getRootPath is used by the BambuClient to properly construct the request call.

    Returns undefined | string

    The root path of the request

  • Parameters

    • options: {
          execute: ((executable) => Promise<any>);
      }
      • execute: ((executable) => Promise<any>)
          • (executable): Promise<any>
          • Parameters

            Returns Promise<any>

    Returns Promise<any>