Lager - v5.2.0
    Preparing search index...

    Defines the structure for deleting an existing invoice from the system.

    DeleteInvoice

    interface DeleteInvoice {
        api_key: string;
        id: number;
    }
    Index

    Properties

    Properties

    api_key: string

    An API key required for authentication to delete the invoice.

    id: number

    The unique identifier of the invoice to be deleted.