curl --request POST \
--url https://storekit.samarthh.me/v1/user/store/{storeId}/products/bulk/delete \
--header 'Content-Type: application/json' \
--data '
{
"productIds": [
"product-uuid-1",
"product-uuid-2"
]
}
'Bulk delete multiple products. Requires MANAGE_PRODUCTS permission.
curl --request POST \
--url https://storekit.samarthh.me/v1/user/store/{storeId}/products/bulk/delete \
--header 'Content-Type: application/json' \
--data '
{
"productIds": [
"product-uuid-1",
"product-uuid-2"
]
}
'