Lager - v5.2.0
    Preparing search index...

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

    ProductDelete

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

    Properties

    Properties

    api_key: string

    An API key required for product deletion operations.

    id: number

    The unique identifier of the product to be deleted.