Skip to main content

Delete a list of product categories

DELETE 

/api/v1/suppliers/:id/supplier_product_categories/list

Delete a list of product categories

Request

Path Parameters

    id stringrequired

Body

    data

    object

    type string

    Possible values: [supplier_product_categories]

    supplier_product_category_ids string[]

    Collection of SupplierProductCategory IDs to delete

Responses

Delete a list of supplier product categories from provided IDs list

Schema

    any

Loading...