Delete rich item

DELETE /i/richItem/{businessId}/{sku}

Delete rich item

Path parameters

  • businessId integer(int64) Required

    The id of the business

  • sku string Required

    A stock-keeping unit

    Maximum length is 25.

Responses

DELETE /i/richItem/{businessId}/{sku}
curl \
 -X DELETE https://api.lsk.lightspeed.app/i/richItem/454335871/UGG-BB-PUR-06 \
 -H "Authorization: Bearer $ACCESS_TOKEN"