Lager - v5.2.0
    Preparing search index...

    Defines the structure for deleting an existing order from the system. This interface requires the minimal information necessary to identify and delete an order.

    OrderDelete

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

    Properties

    Properties

    api_key: string

    An API key required for order deletion operations.

    id: number

    The unique identifier of the order to be deleted.